CSS fix for readonly user (#4223)
Fixes https://github.com/mattermost/focalboard/issues/4184
This commit is contained in:
parent
77c798cc7a
commit
300a2e573a
1 changed files with 5 additions and 0 deletions
|
@ -62,4 +62,9 @@
|
|||
.URLProperty:hover .Button_Copy {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.octo-propertyvalue--readonly {
|
||||
flex-wrap: nowrap;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue