Skip to content

Commit e7876e2

Browse files
author
Gusted
committed
Properly show tables on mobile
1 parent 0ead559 commit e7876e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web_src/less/_admin.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262

6363
dd {
6464
margin-left: 275px;
65+
@media @mediaSm {
66+
margin-left: 5%;
67+
}
6568
}
6669

6770
dt {
@@ -72,6 +75,11 @@
7275
overflow: hidden;
7376
text-overflow: ellipsis;
7477
white-space: nowrap;
78+
79+
@media @mediaSm {
80+
width: auto;
81+
margin-right: .5em;
82+
}
7583
}
7684
}
7785

0 commit comments

Comments
 (0)