Skip to Main Content
Boxes Card Uniform Size

CSS Notes

Notes on CSS examples

Examples

Aligning title with action buttons

/* Pageheader fix for aligning title with action buttons */
.rw-PageHeader-contentNav {
    display: flex !important;
    overflow-wrap: break-word !important;
    text-wrap: pretty;
}

Column Formatting

#paneReport td[headers=LINK] {
    width: 20px ;
}

.blueTitle {
  color: #00688c
}

.display_only {
  font-weight: bold;
}