Skip to content

Commit

Permalink
Properly show tables on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusted committed Apr 27, 2022
1 parent 0ead559 commit e7876e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web_src/less/_admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@

dd {
margin-left: 275px;
@media @mediaSm {
margin-left: 5%;
}
}

dt {
Expand All @@ -72,6 +75,11 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

@media @mediaSm {
width: auto;
margin-right: .5em;
}
}
}

Expand Down

0 comments on commit e7876e2

Please sign in to comment.