1
0
Fork 0
forked from forgejo/forgejo

Properly show tables on mobile

This commit is contained in:
Gusted 2022-04-27 16:00:09 +02:00
parent 0ead5590cb
commit e7876e2f0b
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -62,6 +62,9 @@
dd {
margin-left: 275px;
@media @mediaSm {
margin-left: 5%;
}
}
dt {
@ -72,6 +75,11 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@media @mediaSm {
width: auto;
margin-right: .5em;
}
}
}