mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix hygiene issues in textCell.css (#5116)
This commit is contained in:
@@ -27,15 +27,15 @@ text-cell-component table {
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
text-cell-component thead {
|
text-cell-component thead {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
text-cell-component td,
|
text-cell-component td,
|
||||||
text-cell-component th,
|
text-cell-component th,
|
||||||
text-cell-component tr {
|
text-cell-component tr {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 0.5em 0.5em;
|
padding: 0.5em 0.5em;
|
||||||
@@ -43,8 +43,8 @@ text-cell-component table {
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
text-cell-component th {
|
text-cell-component th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user