dashboard column alignment

This commit is contained in:
Kris 2018-05-16 17:18:13 -04:00
parent 91af7cf46c
commit 98f8f74f37
2 changed files with 8 additions and 2 deletions

View File

@ -905,7 +905,7 @@ section.details {
font-weight: bold;
margin: 0 0 1em 0;
padding-right: 20px;
flex: 1 1 33.33%;
flex: 1 1 27%;
h3 {
flex: 1 0 auto;
white-space: nowrap;
@ -920,7 +920,7 @@ section.details {
display: flex;
align-items: center;
margin: 0 0 1em 0;
flex: 1 1 33.33%;
flex: 1 1 24%;
box-sizing: border-box;
padding-right: 20px;
min-width: 250px;

View File

@ -269,6 +269,12 @@
}
}
.top-referred-topics {
.dashboard-table table {
table-layout: auto;
}
}
.dashboard-table {
margin-bottom: 1em;