mirror of
https://github.com/go-gitea/gitea
synced 2025-08-16 22:48:27 +00:00
Properly show tables on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user