Skip to content

Commit

Permalink
Show metadata in one row
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyichen committed Apr 8, 2021
1 parent 0d0f3a0 commit 2800195
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/sass/ads-sass/abstract-page-widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,17 @@ $sciencewise-color: rgb(179, 27, 27);

.s-abstract-dl-horizontal {
dt {
@media only screen and (min-width: $screen-md-min) {
display: inline-block;
}
width: 18%;
display: inline-block;
width: 28%;
word-wrap: break-word;
}

dd {
display: inline-block;
width: 80%;
width: 70%;
vertical-align: top;
margin-bottom: 12px;
word-wrap: break-word;
}
}

Expand Down

0 comments on commit 2800195

Please sign in to comment.