ensure important
This commit is contained in:
parent
3f89fff364
commit
f584e181d2
|
@ -1,18 +1,18 @@
|
||||||
li.cocoon {
|
li.cocoon {
|
||||||
& > label {
|
& > label {
|
||||||
display: block;
|
display: block !important;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
float: none;
|
float: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
padding: 0;
|
padding: 0 !important;
|
||||||
width: auto;
|
width: auto !important;
|
||||||
float: none;
|
float: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
padding: 1em;
|
padding: 1em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links a {
|
.links a {
|
||||||
|
|
Loading…
Reference in New Issue