mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Fix table width :|
This commit is contained in:
parent
9fd0cea840
commit
ae329bd8bd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
a { color:#007bff; }
|
||||
|
||||
.ci-app-table > thead, .ci-app-table > tbody { display: block; width: 100%;}
|
||||
.ci-app-table { margin: 0 auto; margin-top: 100px; max-width: 1150px; overflow-x: visible; }
|
||||
.ci-app-table { margin: 0 auto; margin-top: 100px; max-width: 1200px; overflow-x: visible; }
|
||||
.ci-app-table th, .ci-app-table td { display: block; border: none; padding; 0px;float: left; height:33px; width: 33px; margin: 5px; }
|
||||
|
||||
th.ci-app-test-title
|
||||
|
|
Loading…
Reference in a new issue