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] {
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 {
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments