fix(webui): Ellipsis properly limits overflow

feat/users
Tomáš Mládek 2024-02-20 13:47:37 +01:00
parent 894faa94ae
commit 4ccfc63318
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@
</div>
<style lang="scss">
.editable {
max-width: 100%;
}
.edit-icon {
opacity: 0;
transition: opacity 0.2s ease-in-out;