-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(SLB-415): remove !important on sidebar
- Loading branch information
1 parent
2dfa273
commit 6dba0f5
Showing
4 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/css/claro.css b/css/claro.css | ||
index 720c3a8..9c5ad05 100644 | ||
--- a/css/claro.css | ||
+++ b/css/claro.css | ||
@@ -44,8 +44,8 @@ | ||
|
||
@media screen and (min-width: 85.375rem) { | ||
.interface-complementary-area.edit-post-sidebar { | ||
- width: 380px !important; | ||
+ width: 380px; | ||
} | ||
} | ||
|
||
-/*# sourceMappingURL=claro.css.map */ | ||
\ No newline at end of file | ||
+/*# sourceMappingURL=claro.css.map */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters