Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +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 {
|
||||
padding: 0 20px;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
overflow: scroll;
|
||||
|
||||
table {
|
||||
margin-top: 0;
|
||||
display: inline-block;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -299,5 +299,5 @@
|
|||
}
|
||||
|
||||
.wizard-step-contents{
|
||||
height: unset !important;
|
||||
height: unset !important;
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren