Skip to content
Snippets Groups Projects
Commit 9b22be20 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

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

parent 762cc2a7
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ table.nostyle td { padding: 0.2em 0; } ...@@ -104,6 +104,7 @@ table.nostyle td { padding: 0.2em 0; }
width: 100%; width: 100%;
min-height: 150px; min-height: 150px;
padding-top: 5px; padding-top: 5px;
max-width: 580px;
} }
#sessions table th, #sessions table th,
#apppasswords table th { #apppasswords table th {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment