🐛 Add ellipsis in long labels for input fields

This commit is contained in:
alonso.torres 2021-11-03 12:36:12 +01:00 committed by Andrés Moya
parent 50d756b189
commit 503f0bee69
15 changed files with 100 additions and 29 deletions

View file

@ -396,6 +396,11 @@ ul.slider-dots {
text-align: right;
top: 26%;
width: 18px;
pointer-events: none;
max-width: 4rem;
overflow: hidden;
text-overflow: ellipsis;
}
.after {