update css so wizard submissions table doesn't get cut off
Dieser Commit ist enthalten in:
Ursprung
d607c5cd08
Commit
645c94c170
1 geänderte Dateien mit 11 neuen und 4 gelöschten Zeilen
|
@ -195,13 +195,20 @@
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.admin-contents .wizard-submissions {
|
||||
.admin-contents {
|
||||
padding: 0 20px;
|
||||
display: inline-block;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.wizard-submissions {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.admin-contents .wizard-submissions {
|
||||
display: inline-block;
|
||||
table {
|
||||
margin-top: 0;
|
||||
display: inline-block;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -299,5 +306,5 @@
|
|||
}
|
||||
|
||||
.wizard-step-contents{
|
||||
height: unset !important;
|
||||
height: unset !important;
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren