mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-26 18:48:15 +02:00
Updating cell alignment for table view (#1084)
This commit is contained in:
parent
b098353898
commit
a01dd25ecb
@ -89,6 +89,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(var(--center-channel-color-rgb), 0.05);
|
background-color: rgba(var(--center-channel-color-rgb), 0.05);
|
||||||
@ -103,6 +104,7 @@
|
|||||||
|
|
||||||
.octo-icon {
|
.octo-icon {
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Editable {
|
.Editable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user