Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren