fix: consistent alignment for inputs in modals

This commit is contained in:
Baptiste Grob
2020-08-19 11:24:33 +02:00
parent aeafe8c7c1
commit e201d438c1

View File

@@ -15,16 +15,15 @@
.sk-panel .sk-panel-header {
justify-content: center;
}
input {
text-align: center;
}
}
#privileges-modal {
min-width: 400px;
max-width: 700px;
input {
text-align: center;
}
.sk-panel-header {
position: relative;
}