Skip to content

Commit be9fdc2

Browse files
Merge pull request #129 from LaurentGoderre/fix-rtl-sec-menu
Fixed the display of secondary menu items in Right-to-Left mode
2 parents ffb2336 + b6d8b2c commit be9fdc2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/views/_screen.scss

+11
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,15 @@
225225
#wb-dtmd {
226226
float: left;
227227
}
228+
229+
#wb-sec {
230+
.list-group {
231+
.list-group {
232+
.list-group-item {
233+
padding-left: 15px;
234+
padding-right: 1.8em;
235+
}
236+
}
237+
}
238+
}
228239
}

0 commit comments

Comments
 (0)