Browse Source

fix apppassword table with only a few entries being streched

pull/461/head
Robin Appelman 10 years ago
parent
commit
341948155d
  1. 2
      settings/css/settings.css

2
settings/css/settings.css

@ -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;
}

Loading…
Cancel
Save