File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
content_editor/static/content_editor Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ h3[draggable] {
238
238
}
239
239
240
240
.content-editor-hide {
241
- display : none !important ;
241
+ display : none;
242
242
}
243
243
244
244
/* Used when dragging */
@@ -483,7 +483,7 @@ dialog.clone .submit-row {
483
483
.card-body
484
484
div [id *= "cke_id_" ] {
485
485
margin-left : 0 ;
486
- width : 100% !important ;
486
+ width : 100% ;
487
487
}
488
488
489
489
# jazzy-navbar ~ .content-wrapper .order-machine-wrapper .card-header {
Original file line number Diff line number Diff line change 4
4
/* We can't simply use display: none. Some admin widgets need to know
5
5
* their dimensions, so we can't have that -- use an alternative way
6
6
* 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 ;
12
12
}
13
13
14
14
/* Basic tabbed interface styles */
You can’t perform that action at this time.
0 commit comments