Put the important mark in the quick classes
This commit is contained in:
parent
c16b07f32a
commit
2bc484d89a
@ -155,16 +155,16 @@ input, select, textarea {
|
||||
background-repeat: repeat;
|
||||
}
|
||||
.left {
|
||||
float: left;
|
||||
float: left!important;
|
||||
}
|
||||
.right {
|
||||
float: right;
|
||||
float: right!important;
|
||||
}
|
||||
.inline {
|
||||
display: inline;
|
||||
display: inline!important;
|
||||
}
|
||||
.block {
|
||||
display: block;
|
||||
display: block!important;
|
||||
}
|
||||
.tui-shortcut {
|
||||
float: right;
|
||||
|
Loading…
x
Reference in New Issue
Block a user