CSS fix for readonly user (#4223)

Fixes https://github.com/mattermost/focalboard/issues/4184
This commit is contained in:
Rajat Dabade 2022-11-24 13:00:57 +05:30 committed by GitHub
parent 77c798cc7a
commit 300a2e573a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,4 +62,9 @@
.URLProperty:hover .Button_Copy {
display: none;
}
.octo-propertyvalue--readonly {
flex-wrap: nowrap;
overflow: hidden !important;
}
}