Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-26 02:50:28 +01:00
Merge pull request #11 from spacerest/view-submissions-css
View submissions css
Dieser Commit ist enthalten in:
Commit
3950d136b0
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -196,12 +196,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-contents .wizard-submissions {
|
.admin-contents .wizard-submissions {
|
||||||
padding: 0 20px;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: scroll;
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
display: inline-block;
|
||||||
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren