Mobile alert padding too broad

This commit is contained in:
Kris 2019-04-17 09:37:42 -04:00
parent 02a9429c38
commit a58091e352
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
// there are (n) new or updated topics, click to show
.alert.alert-info {
margin: 0;
padding: 1em;
&.clickable {
padding: 1em;
}
}