fix: consistent alignment for inputs in modals
This commit is contained in:
@@ -15,16 +15,15 @@
|
|||||||
.sk-panel .sk-panel-header {
|
.sk-panel .sk-panel-header {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
input {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#privileges-modal {
|
#privileges-modal {
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
|
|
||||||
input {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sk-panel-header {
|
.sk-panel-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user