mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-26 18:48:15 +02:00
GH-1090 - move center align to table-row-container (#1099)
* move center align to table-row-container * fix lint
This commit is contained in:
parent
e834c15ce7
commit
10275e0339
@ -93,7 +93,6 @@
|
|||||||
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);
|
||||||
@ -197,6 +196,10 @@
|
|||||||
|
|
||||||
.table-row-container {
|
.table-row-container {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
|
||||||
|
.octo-table-cell {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.octo-table-footer {
|
.octo-table-footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user