Put the important mark in the quick classes

This commit is contained in:
vinicius.reif 2018-09-12 15:07:37 -03:00
parent c16b07f32a
commit 2bc484d89a

View File

@ -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;