Skip to content

Commit edcd225

Browse files
committed
fixes #943 (#1101)
1 parent f13e806 commit edcd225

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

client/styles/abstracts/_placeholders.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,10 @@
202202
@include themify() {
203203
color: getThemifyVariable('dropdown-color');
204204
}
205+
width: 100%;
206+
text-align: left;
207+
padding: #{8 / $base-font-size}rem #{16 / $base-font-size}rem;
205208
}
206-
padding: #{8 / $base-font-size}rem #{16 / $base-font-size}rem;
207209
height: #{35 / $base-font-size}rem;
208210
cursor: pointer;
209211
display: flex;

client/styles/components/_nav.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
}
9999
}
100100

101-
.nav__dropdown button {
102-
padding: 0;
103-
}
101+
// .nav__dropdown button {
102+
// padding: 0;
103+
// }
104104

105105
.nav__dropdown-item {
106106
& button,

0 commit comments

Comments
 (0)