Changed font sizes in dashboard toolbar and default state id
This commit is contained in:
parent
1d0c3a7598
commit
470bdc8d9c
@ -95,10 +95,10 @@ export class DashboardUtilsService {
|
|||||||
}
|
}
|
||||||
if (isUndefined(dashboard.configuration.states)) {
|
if (isUndefined(dashboard.configuration.states)) {
|
||||||
dashboard.configuration.states = {
|
dashboard.configuration.states = {
|
||||||
default: this.createDefaultState(dashboard.title, true)
|
Default: this.createDefaultState(dashboard.title, true)
|
||||||
};
|
};
|
||||||
|
|
||||||
const mainLayout = dashboard.configuration.states.default.layouts.main;
|
const mainLayout = dashboard.configuration.states.Default.layouts.main;
|
||||||
for (const id of Object.keys(dashboard.configuration.widgets)) {
|
for (const id of Object.keys(dashboard.configuration.widgets)) {
|
||||||
const widget = dashboard.configuration.widgets[id];
|
const widget = dashboard.configuration.widgets[id];
|
||||||
mainLayout.widgets[id] = {
|
mainLayout.widgets[id] = {
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
.mat-mdc-select.select-dashboard-breakpoint {
|
.mat-mdc-select.select-dashboard-breakpoint {
|
||||||
.mat-mdc-select-value {
|
.mat-mdc-select-value {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.mat-mdc-select-arrow {
|
.mat-mdc-select-arrow {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|||||||
@ -22,6 +22,7 @@
|
|||||||
.mat-mdc-select.default-state-controller {
|
.mat-mdc-select.default-state-controller {
|
||||||
.mat-mdc-select-value {
|
.mat-mdc-select-value {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.mat-mdc-select-arrow {
|
.mat-mdc-select-arrow {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user