1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-31 17:41:44 +02:00

Build for v3.0.1

This commit is contained in:
Angelos Chalaris
2018-10-27 10:15:03 +03:00
parent 605b61908c
commit be0e519032
19 changed files with 58 additions and 55 deletions

View File

@@ -1378,14 +1378,15 @@ table.horizontal {
table.horizontal thead, table.horizontal tbody {
border: 0;
flex: .2 0 0;
flex-flow: row nowrap;
}
table.horizontal tbody {
overflow: auto;
justify-content: space-between;
flex: 1 0 0;
margin-left: calc( 4 * var(--universal-margin));
flex: .8 0 0;
margin-left: 0;
padding-bottom: calc(var(--universal-padding) / 4);
}
@@ -1395,7 +1396,7 @@ table.horizontal tr {
}
table.horizontal th, table.horizontal td {
width: 100%;
width: auto;
border: 0;
border-bottom: 0.0625rem solid var(--table-border-color);
}