global notice fix
This commit is contained in:
parent
c88d01e22c
commit
35ca07fc06
|
@ -48,6 +48,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Main customizations
|
// Main customizations
|
||||||
|
.alert {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
.topic-list th, .topic-list td {
|
.topic-list th, .topic-list td {
|
||||||
padding: 15px 5px;
|
padding: 15px 5px;
|
||||||
}
|
}
|
||||||
|
@ -256,7 +260,7 @@ html body #main-outlet {
|
||||||
margin: 0.75em 0;
|
margin: 0.75em 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
td {
|
td {
|
||||||
width: 100%;
|
width: 100%;git
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tr:not(.topic-list-item-separator) {
|
tr:not(.topic-list-item-separator) {
|
||||||
|
|
Loading…
Reference in New Issue