mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
Broaden selector to handle wrapped links/buttons (#2118)
Fixes #2116 - When buttons or links with icons are wrapped, let the styling set margin and size properly;
This commit is contained in:
parent
4a046b3eea
commit
cc22fd4e9d
@ -66,7 +66,8 @@ mct-indicators mct-include {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> [class*='icon-'] {
|
[class*='icon-'] {
|
||||||
|
// If any elements within label include the class 'icon-*' then deal with their :before's
|
||||||
&:before {
|
&:before {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
margin-right: $interiorMarginSm;
|
margin-right: $interiorMarginSm;
|
||||||
|
Loading…
Reference in New Issue
Block a user