123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- u-td, u-th {
- flex: 1;
- align-self: stretch;
- }
- .u-td {
- height: 100%;
- }
- u-icon {
- display: inline-flex;
- align-items: center;
- }
- u-grid {
- width: 100%;
- flex: 0 0 100%;
- }
- u-line {
- flex: 1;
- }
- u-switch {
- display: inline-flex;
- align-items: center;
- }
- u-dropdown {
- flex: 1;
- }
- u-icon {
- line-height: 0;
- }
- .u-td, .u-th, .u-tr {
- flex: 1;
- align-self: stretch;
- }
- .u-row, .u-col {
- flex: 1;
- align-self: stretch;
- }
- .u-line {
- flex: 1;
- }
- .u-dropdown {
- flex: 1;
- }
|