Fix repeat after layout

This commit is contained in:
kolaente 2020-11-28 16:02:38 +01:00
parent 3f2056bbf9
commit f22942e883
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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%;
}