Enforce a max width on power labels
parent
5c4b91457e
commit
31476737ea
|
@ -127,6 +127,10 @@ limitations under the License.
|
||||||
padding-inline-start: 6px;
|
padding-inline-start: 6px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: $notice-secondary-color;
|
color: $notice-secondary-color;
|
||||||
|
max-width: 6em;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EntityTile:hover .mx_EntityTile_power {
|
.mx_EntityTile:hover .mx_EntityTile_power {
|
||||||
|
|
Loading…
Reference in New Issue