bs4 fixes

This commit is contained in:
Mario Vavti
2017-03-19 10:51:58 +01:00
parent b2ad4e8c2a
commit 2a25ddff36
7 changed files with 93 additions and 144 deletions
+2 -9
View File
@@ -1,19 +1,12 @@
.widget {
margin-bottom: 10px;
padding: 10px;
margin-bottom: 1rem;
padding: 0.5rem;
}
.widget h3 {
margin-top: 0px;
}
.widget-input {
width: 100%;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right: 0px;
}
.tags {
word-wrap: break-word;
}