dashboard column alignment
This commit is contained in:
parent
91af7cf46c
commit
98f8f74f37
@ -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;
|
||||
|
||||
@ -269,6 +269,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.top-referred-topics {
|
||||
.dashboard-table table {
|
||||
table-layout: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard-table {
|
||||
margin-bottom: 1em;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user