#6797: Fix <small/> element font-size

This commit is contained in:
checktheroads 2021-07-24 17:19:47 -07:00
parent 49191261a1
commit e1cc00ad17
3 changed files with 5 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -89,6 +89,11 @@
opacity: 1 !important;
}
// Force <small/> elements to make text smaller.
small {
font-size: smaller !important;
}
// Automatically space out adjacent columns.
.col:not(:last-child):not(:only-child) {
margin-bottom: $spacer;