remove ellipsis label class width

This commit is contained in:
glyph 2022-03-25 08:43:32 +02:00
parent 30aff5d7ac
commit 2ae9cb5c48
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ form {
.label-ellipsis { .label-ellipsis {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 10rem; /*width: 10rem;*/
} }
.input-label { .input-label {