mirror of
https://gitea.invidious.io/iv-org/instances-api.git
synced 2024-08-15 00:53:15 +00:00
Fix overflow
This commit is contained in:
parent
25d8a9d76d
commit
57c113fbcc
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.content {
|
||||
overflow-x: overlay;
|
||||
}
|
||||
|
||||
.pure-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue