mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
apply css style at the right element (#14144)
* apply css style at the right element * make mergeCss protected
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<table role="grid" #container *ngIf="columns" class="declarative-table" [style.height]="getHeight()"
|
||||
[style.width]="getWidth()" [attr.aria-label]="ariaLabel">
|
||||
<table role="grid" #container *ngIf="columns" class="declarative-table" [attr.aria-label]="ariaLabel" [ngStyle]="CSSStyles">
|
||||
<thead role="rowgroup">
|
||||
<tr role="row">
|
||||
<ng-container *ngFor="let column of columns; let c = index;">
|
||||
|
||||
Reference in New Issue
Block a user