Enforce a max width on power labels

pull/21833/head
J. Ryan Stinnett 2020-01-31 10:11:34 +00:00
parent 5c4b91457e
commit 31476737ea
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ limitations under the License.
padding-inline-start: 6px;
font-size: 10px;
color: $notice-secondary-color;
max-width: 6em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mx_EntityTile:hover .mx_EntityTile_power {