improve issue details layout
This commit is contained in:
@@ -192,16 +192,38 @@ table.attributes {
|
||||
}
|
||||
|
||||
> tbody > tr {
|
||||
> th {
|
||||
width: 15%;
|
||||
th {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
> td {
|
||||
width: 35%;
|
||||
td {
|
||||
color: $gray-darkest;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: $screen-md-min) {
|
||||
> tbody > tr {
|
||||
> th,
|
||||
> td {
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: $screen-lg-min) {
|
||||
width: auto;
|
||||
min-width: $screen-sm-min;
|
||||
|
||||
> tbody > tr {
|
||||
> th {
|
||||
width: 14em;
|
||||
}
|
||||
|
||||
> td {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@if $color-status {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user