Skip to content

Commit 5b2c391

Browse files
committed
[bugfix] fixes #270
1 parent 478d67b commit 5b2c391

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import '../../constants/styles';
22
@import url('https://fonts.googleapis.com/css?family=Roboto');
33

4-
.OverlayItem{
5-
width: 146px;
4+
.OverlayItem {
5+
min-width: 146px;
66
min-height: 35px;
77
background-color: #FFFFFF;
88
background-color: var(--primary-color);
@@ -13,13 +13,13 @@
1313
font-family: 'Roboto', sans-serif;
1414
cursor: pointer;
1515

16-
&:hover{
16+
&:hover {
1717
background-color: #F6F6F6;
1818
background-color: var(--button-hover-color);
1919
}
2020

21-
.ButtonText{
21+
.ButtonText {
2222
line-height: 2.4;
23-
margin-left: 19px;
23+
margin: 0 19px;
2424
}
2525
}

src/components/ZoomOverlay/ZoomOverlay.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
}
1616

1717
.spacer {
18-
width: 146px;
1918
height: 1px;
2019
background: #F0F0F0;
2120
background: var(--button-active-color);

0 commit comments

Comments
 (0)