mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fleet UI: [tiny bug fixes] Table text cell vertical alignment [released], fix first letter capitalization [unreleased] (#14086)
This commit is contained in:
parent
4bdef5dbe9
commit
858092f137
@ -3,6 +3,10 @@
|
||||
align-items: center;
|
||||
color: $core-fleet-blue;
|
||||
|
||||
::first-letter {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
&:before {
|
||||
border-radius: 100%;
|
||||
content: " ";
|
||||
|
@ -215,6 +215,7 @@ $shadow-transition-width: 10px;
|
||||
}
|
||||
.link-cell,
|
||||
.text-cell {
|
||||
display: block; // inline-block is not vertically centered
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
@ -223,11 +224,7 @@ $shadow-transition-width: 10px;
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
.text-cell {
|
||||
display: inline-block;
|
||||
}
|
||||
.link-cell {
|
||||
display: block;
|
||||
padding: $pad-small 0; // larger clickable area
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user