Browse Source

style(dashboard): bump widget-select title row min-height to 42px to fit close-button outline

pull/15842/head
Igor Kulikov 4 weeks ago
parent
commit
2e60dd32e6
  1. 2
      ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.scss

2
ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.scss

@ -50,7 +50,7 @@ tb-dashboard-widget-select {
.tb-widget-select-title-row {
gap: 8px;
width: 100%;
min-height: 40px;
min-height: 42px;
.tb-widget-select-title {
font-size: 24px;

Loading…
Cancel
Save