Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit f10a6dd

Browse files
committed
Add missing prefix .dashboard to one of the selectors
1 parent cc3f3b0 commit f10a6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Remove border and padding from items in feed.
2626
*/
2727
.dashboard .d-flex > .Box,
28-
.d-flex > div > .Box {
28+
.dashboard .d-flex > div > .Box {
2929
border: none !important;
3030
padding: 0px !important;
3131
}

0 commit comments

Comments
 (0)