fix: consistent alignment for inputs in modals
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user