Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-23 01:40:29 +01:00
fix update css so wizard submissions table doesn't get cut off
Dieser Commit ist enthalten in:
Ursprung
645c94c170
Commit
f1bb2f6be1
1 geänderte Dateien mit 1 neuen und 8 gelöschten Zeilen
|
@ -195,15 +195,8 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-contents {
|
|
||||||
padding: 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wizard-submissions {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admin-contents .wizard-submissions {
|
.admin-contents .wizard-submissions {
|
||||||
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
table {
|
table {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Laden …
In neuem Issue referenzieren