mirror of
https://github.com/nasa/openmct.git
synced 2025-05-03 01:02:52 +00:00
Fixed problem preventing alphanumerics from being font styled (#3550)
- Applied missing `u-style-receiver` to markup;
This commit is contained in:
parent
dff393a714
commit
87751e882c
@ -30,7 +30,7 @@
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="domainObject"
|
v-if="domainObject"
|
||||||
class="c-telemetry-view"
|
class="c-telemetry-view u-style-receiver"
|
||||||
:class="[statusClass]"
|
:class="[statusClass]"
|
||||||
:style="styleObject"
|
:style="styleObject"
|
||||||
:data-font-size="item.fontSize"
|
:data-font-size="item.fontSize"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user