fix: restore correct modal layout

This commit is contained in:
Baptiste Grob
2020-07-31 14:20:06 +02:00
parent 172155f815
commit 4e136f150a

View File

@@ -12,16 +12,25 @@
}
#privileges-modal {
width: 400px;
min-width: 400px;
max-width: 700px;
input {
text-align: center;
}
.sk-panel-header {
position: relative;
justify-content: center;
}
.close-button {
cursor: pointer;
position: absolute;
padding: 1.1rem 2rem;
right: 0;
}
table {
margin-bottom: 12px;
width: 100%;