File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 123
123
/* Behave like a row */
124
124
border : none ;
125
125
border-bottom : 1px solid lighten (@table-border-color , 5% );
126
+ min-height : 38px ; // prevent empty td collapsing
126
127
padding : 3px 6px 2px 35% ;
127
128
position : relative ;
128
129
& :last-child {
Original file line number Diff line number Diff line change @@ -4960,7 +4960,7 @@ body,html{margin:0;padding:0}
4960
4960
.table-mobile .table-empty {border : 0 }
4961
4961
.table-mobile .table-empty > tbody > tr > td {border : 0 ;padding-left : 0 }
4962
4962
.table-mobile > tbody > tr {border-top : 2px solid # d1d1d1 }
4963
- .table-mobile > tbody > tr > td {border : none;border-bottom : 1px solid # dedede ;padding : 3px 6px 2px 35% ;position : relative}
4963
+ .table-mobile > tbody > tr > td {border : none;border-bottom : 1px solid # dedede ;min-height : 38 px ; padding : 3px 6px 2px 35% ;position : relative}
4964
4964
.table-mobile > tbody > tr > td : last-child {border-bottom : none}
4965
4965
.table-mobile > tbody > tr > td : before {content : attr (data-title);position : absolute;top : 8px ;left : 6px ;width : 35% ;padding-right : 10px ;white-space : nowrap}
4966
4966
}
You can’t perform that action at this time.
0 commit comments