mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 02:48:30 -05:00
Add tooltip for table column headers and align header and cell (#3909)
* Adding tooltip and lining up header and cell * moving padding to separate css class
This commit is contained in:
@@ -6,4 +6,9 @@
|
||||
.center-align
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.align-with-header
|
||||
{
|
||||
padding-left:3px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user