Skip to content

Commit f2f0cf2

Browse files
committed
Fixed Save > add to text position.
1 parent 8fdb621 commit f2f0cf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scss/menus.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
}
9999

100100
.sub-header {
101-
margin-top: -.5rem;
102101
font-size: .75rem;
103102
color: $grey;
104103
}
@@ -115,7 +114,7 @@
115114

116115
overflow: hidden;
117116

118-
height: 0.0;
117+
height: 0;
119118
@include vendor-prefix(transition, height $default-transition-duration);
120119
}
121120

0 commit comments

Comments
 (0)