Skip to content

Commit

Permalink
fix-resetAll-to-right (#3277)
Browse files Browse the repository at this point in the history
* fix-resetAll-to-right

* fix-reset-all-margin-left-auto
  • Loading branch information
PiniAmiram committed Jun 8, 2020
1 parent 1bb6d7c commit 414a1fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@
p.title {
font-size: 13px;
margin: 0;
display: flex;

.resetAll {
color: @background-color-7;
font-size: 9px;
cursor: pointer;
margin-left: 10px;
margin-left: auto;

&:hover {
cursor: pointer;
Expand Down

0 comments on commit 414a1fd

Please sign in to comment.