Filemanager: Make share link dialog textbox wider

This commit is contained in:
nathan 2022-10-31 08:42:33 -06:00
parent 524d51f539
commit edb81d2446

View File

@ -13,6 +13,9 @@
et2-button[slot='suffix'] { et2-button[slot='suffix'] {
padding-inline-end: 0; padding-inline-end: 0;
} }
et2-textbox {
min-width: 40em;
}
</styles> </styles>
</template> </template>
</overlay> </overlay>