mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix declarative table missing right border (#9794)
This commit is contained in:
@@ -17,5 +17,5 @@
|
|||||||
|
|
||||||
.declarative-table-cell {
|
.declarative-table-cell {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-left: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user