mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
update css to support truncating headers and filling cell (#354)
This commit is contained in:
parent
cc00ba5611
commit
2e143b63b5
@ -69,6 +69,7 @@
|
||||
.octo-propertyvalue {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
width: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@ -110,4 +111,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.MenuWrapper {
|
||||
width: 100%;
|
||||
max-width: calc(100% - 5px);
|
||||
|
||||
.Label {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user