Merge remote-tracking branch 'mike/master' into dev

This commit is contained in:
Mario Vavti
2017-12-12 10:37:04 +01:00
2 changed files with 14 additions and 5 deletions

View File

@@ -1802,3 +1802,12 @@ dl.bb-dl > dd > li {
overflow: hidden;
}
#cloud-index {
width: 100%;
table-layout: fixed;
}
#cloud-index td {
width: auto;
overflow: hidden;
}