improve issue details layout
This commit is contained in:
@@ -192,16 +192,38 @@ table.attributes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> tbody > tr {
|
> tbody > tr {
|
||||||
> th {
|
th {
|
||||||
width: 15%;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
> td {
|
td {
|
||||||
width: 35%;
|
|
||||||
color: $gray-darkest;
|
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 {
|
@if $color-status {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user