Remove ugly scrolbars wen logged in

This commit is contained in:
Phillip Kühne 2019-12-13 15:31:22 +01:00
parent d26c877a52
commit 7325e901f2

View File

@ -5,8 +5,10 @@
{% block content %}
<style>
table td:nth-child(2) {
max-width: 450px !important;
overflow: scroll;
overflow-y: hidden;
overflow-x: auto;
text-overflow: clip;
max-width: 200px !important;
}
</style>
<div class="container">