mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
[DREAM-702] Status labels are cut off on desktop and mobile (#23600)
Set min-height to avoid label being cut off
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
@include text-shortener
|
||||
min-width: 25px
|
||||
max-width: 66%
|
||||
// The label has a height of 18.5px. Half pixels are resolved differently by each OS/browser combination,
|
||||
// resulting in cases where the bottom of the label was cut off
|
||||
min-height: 19px
|
||||
|
||||
&--id
|
||||
white-space: nowrap
|
||||
|
||||
Reference in New Issue
Block a user