Fix repeat after layout
This commit is contained in:
parent
3f2056bbf9
commit
f22942e883
2 changed files with 27 additions and 21 deletions
|
|
@ -94,3 +94,7 @@ button.table {
|
|||
.has-no-shadow {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.is-fullwidth {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue