mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Fix vertical alignment of truncated cell (#14096)
This commit is contained in:
parent
9e65664104
commit
8f6368da4e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
.truncated {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
||||
// Removes secondary unstyled tooltip created by browser
|
||||
|
|
|
|||
Loading…
Reference in a new issue