#6797: Fix <small/> element font-size
This commit is contained in:
parent
49191261a1
commit
e1cc00ad17
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue