1
0

Fix repeat after layout

This commit is contained in:
kolaente
2020-11-28 16:02:38 +01:00
parent 3f2056bbf9
commit f22942e883
2 changed files with 27 additions and 21 deletions

View File

@ -94,3 +94,7 @@ button.table {
.has-no-shadow {
box-shadow: none !important;
}
.is-fullwidth {
width: 100%;
}