Fix table overflow
All checks were successful
the build was successful

This commit is contained in:
kolaente 2018-12-24 01:04:22 +01:00
parent d2022b96dd
commit 7699656657
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -276,6 +276,8 @@
.table{
border-top: 1px solid darken(#fff, 15%);
border-radius: 4px;
overflow: hidden;
td{
vertical-align: middle;