Fix embed file modal (input width)

This commit is contained in:
yflory 2021-04-19 15:12:48 +02:00
parent b45ab9c323
commit 426dece558

View File

@ -70,7 +70,7 @@
justify-content: center;
}
input {
input:not(.tui-full-calendar-content):not(.numInput) {
padding: 8px 12px;
margin: 1em;
width: 300px;