7 lines
158 B
CSS
7 lines
158 B
CSS
|
.inline-group .tabular .has_original td:first-child {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.inline-group .tabular tr:not(.has_original) td:first-child {
|
||
|
display: none;
|
||
|
}
|