Skip to content

Commit 3da4b6d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b18ea7f commit 3da4b6d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content_editor/static/content_editor/content_editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ h3[draggable] {
238238
}
239239

240240
.content-editor-hide {
241-
display: none !important;
241+
display: none;
242242
}
243243

244244
/* Used when dragging */
@@ -483,7 +483,7 @@ dialog.clone .submit-row {
483483
.card-body
484484
div[id*="cke_id_"] {
485485
margin-left: 0;
486-
width: 100% !important;
486+
width: 100%;
487487
}
488488

489489
#jazzy-navbar ~ .content-wrapper .order-machine-wrapper .card-header {

content_editor/static/content_editor/tabbed_fieldsets.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
/* We can't simply use display: none. Some admin widgets need to know
55
* their dimensions, so we can't have that -- use an alternative way
66
* to hide the modules. */
7-
visibility: hidden !important;
8-
height: 0 !important;
9-
border: none !important;
10-
padding: 0 !important;
11-
margin: 0 !important;
7+
visibility: hidden;
8+
height: 0;
9+
border: none;
10+
padding: 0;
11+
margin: 0;
1212
}
1313

1414
/* Basic tabbed interface styles */

0 commit comments

Comments
 (0)