Delete button in small devices

This commit is contained in:
Diego Najar 2019-01-28 20:30:18 +01:00
parent 060dc2fd29
commit 0a7d63c512
1 changed files with 2 additions and 2 deletions

View File

@ -303,11 +303,11 @@ td.child {
#jseditorToolbarRight button span {
font-size: 16px !important;
}
#jscontentTools .btn {
.contentTools .btn {
font-size: 0px !important;
margin-right: 5px;
}
#jscontentTools .btn span {
.contentTools .btn span {
font-size: 16px !important;
}
}