1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00

Fix table column resize

This commit is contained in:
Chen-I Lim 2021-01-28 11:28:05 -08:00
parent e821270f24
commit 41e362cfd3

View File

@ -2,7 +2,6 @@
.octo-table-cell {
flex: 0 0 auto;
display: flex;
align-items: center;
flex-direction: row;
color: rgb(var(--body-color));
border-right: solid 1px rgba(var(--body-color), 0.09);