mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
set max width for sessions tables so it doesn’t go crazy on large screens
This commit is contained in:
parent
762cc2a773
commit
9b22be2023
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ table.nostyle td { padding: 0.2em 0; }
|
|||
width: 100%;
|
||||
min-height: 150px;
|
||||
padding-top: 5px;
|
||||
max-width: 580px;
|
||||
}
|
||||
#sessions table th,
|
||||
#apppasswords table th {
|
||||
|
|
|
|||
Loading…
Reference in a new issue