[NIFI-13331] set default table density to -4 for all listings in nifi (#8925)

This closes #8925
This commit is contained in:
Scott Aslan 2024-06-04 14:07:55 -05:00 committed by GitHub
parent 6206f0f008
commit e22ca038ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 14 deletions

View File

@ -15,12 +15,8 @@
* limitations under the License.
*/
@use '@angular/material' as mat;
.manage-remote-ports-table {
.listing-table {
@include mat.table-density(-4);
table {
.mat-column-moreDetails {
width: 52px;

View File

@ -14,11 +14,3 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@use '@angular/material' as mat;
.parameter-table {
.listing-table {
@include mat.table-density(-4);
}
}

View File

@ -21,8 +21,6 @@
@include mat.button-density(-1);
.listing-table {
@include mat.table-density(-4);
table {
.fa.fa-shield {
width: 10px;

View File

@ -20,6 +20,7 @@
@mixin styles() {
.listing-table {
@include mat.table-density(-4);
border-width: 1px;
border-style: solid;