set max width for sessions tables so it doesn’t go crazy on large screens

This commit is contained in:
Jan-Christoph Borchardt 2016-07-19 11:42:57 +02:00
parent 762cc2a773
commit 9b22be2023

View File

@ -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 {