mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-01 01:51:45 +02:00
Documented scrollable tables
Documentation and customization documentation added for scrollable table component.
This commit is contained in:
4
dist/mini-dark.css
vendored
4
dist/mini-dark.css
vendored
@@ -1410,7 +1410,7 @@ table th:first-child, table td:first-child {
|
||||
}
|
||||
table.scrollable {
|
||||
overflow: auto;
|
||||
height: 400px;
|
||||
max-height: 400px;
|
||||
border: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
@@ -1525,7 +1525,7 @@ table th:first-child, table td:first-child {
|
||||
}
|
||||
table.scrollable.preset {
|
||||
overflow: auto;
|
||||
height: 400px;
|
||||
max-height: 400px;
|
||||
border: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
2
dist/mini-dark.min.css
vendored
2
dist/mini-dark.min.css
vendored
File diff suppressed because one or more lines are too long
4
dist/mini-default.css
vendored
4
dist/mini-default.css
vendored
@@ -1410,7 +1410,7 @@ table th:first-child, table td:first-child {
|
||||
}
|
||||
table.scrollable {
|
||||
overflow: auto;
|
||||
height: 400px;
|
||||
max-height: 400px;
|
||||
border: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
@@ -1525,7 +1525,7 @@ table th:first-child, table td:first-child {
|
||||
}
|
||||
table.scrollable.preset {
|
||||
overflow: auto;
|
||||
height: 400px;
|
||||
max-height: 400px;
|
||||
border: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
2
dist/mini-default.min.css
vendored
2
dist/mini-default.min.css
vendored
File diff suppressed because one or more lines are too long
4
dist/mini-nord.css
vendored
4
dist/mini-nord.css
vendored
@@ -1432,7 +1432,7 @@ table th:first-child, table td:first-child {
|
||||
}
|
||||
table.scrollable {
|
||||
overflow: auto;
|
||||
height: 400px;
|
||||
max-height: 400px;
|
||||
border: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
@@ -1547,7 +1547,7 @@ table th:first-child, table td:first-child {
|
||||
}
|
||||
table.scrollable.preset {
|
||||
overflow: auto;
|
||||
height: 400px;
|
||||
max-height: 400px;
|
||||
border: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
2
dist/mini-nord.min.css
vendored
2
dist/mini-nord.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user