mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 07:26:53 +00:00
Centre and wrap Condition Widget label (#5886)
* [ConditionWidget] Center label text Addresses #5799 * [ConditionWidget] Wrap label text Addresses #5799 * [ConditionWidget] Add padding to label Addresses #5799 * [ConditionWidget] Use interiorMargin value for padding Addresses #5799
This commit is contained in:
parent
5041f80e5b
commit
4357d35f4a
@ -30,6 +30,12 @@
|
||||
padding: $interiorMarginLg $interiorMarginLg * 2;
|
||||
}
|
||||
|
||||
.c-condition-widget__label {
|
||||
padding: $interiorMargin;
|
||||
text-align: center;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
a.c-condition-widget {
|
||||
// Widget is conditionally made into a <a> when URL property has been defined
|
||||
cursor: pointer !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user