1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 09:39:51 +02:00

Fix #tables margin (#326)

This commit is contained in:
0x1793d1
2019-01-25 10:00:26 +01:00
committed by Jakub Vrána
parent 7247f801bd
commit d114535911

View File

@@ -336,7 +336,7 @@ p code + a:visited:hover {
#tables {
max-height: 100%;
margin: 0 -15px !important;
margin: 32px -15px !important;
position: absolute;
left: 15px;
right: 15px;