fix apppassword table with only a few entries being streched

This commit is contained in:
Robin Appelman 2016-07-20 14:25:23 +02:00
parent 66db0f3155
commit 341948155d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ table.nostyle td { padding: 0.2em 0; }
#sessions table,
#apppasswords table {
width: 100%;
min-height: 150px;
min-height: 50px;
padding-top: 5px;
max-width: 580px;
}