Skip to content

Commit 414a1fd

Browse files
authored
fix-resetAll-to-right (#3277)
* fix-resetAll-to-right * fix-reset-all-margin-left-auto
1 parent 1bb6d7c commit 414a1fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/@ansyn/ansyn/modules/overlays/overlay-status/components/image-processing-control/image-processing-control.component.less

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@
5050
p.title {
5151
font-size: 13px;
5252
margin: 0;
53+
display: flex;
54+
5355
.resetAll {
5456
color: @background-color-7;
5557
font-size: 9px;
5658
cursor: pointer;
57-
margin-left: 10px;
59+
margin-left: auto;
5860

5961
&:hover {
6062
cursor: pointer;

0 commit comments

Comments
 (0)