You are here

component.css in Dashboards with Layout Builder 8

Same filename and directory in other branches
  1. 2.0.x css/component.css
.dashboard-component {
  padding: .2em;
}

.ui-dialog-content.table.dashboard-table {
  width: 100%;
}

.dashboard-table-link {
  cursor: pointer;
}

File

css/component.css
View source
  1. .dashboard-component {
  2. padding: .2em;
  3. }
  4. .ui-dialog-content.table.dashboard-table {
  5. width: 100%;
  6. }
  7. .dashboard-table-link {
  8. cursor: pointer;
  9. }