CSS Utility Classes
Margin
.e-margin-[size] .e-margin-[top|right|bottom|left|vertical|horizontal]-[size]
Sizes: none, 3xs, 2xs, xs, s, m, l, xl, 2xl, 3xl, 4xl
Padding
.e-padding-[size] .e-padding-[top|right|bottom|left|vertical|horizontal]-[size]
Border
.e-border-all .e-border-none .e-border-[top|bottom|left|right] .e-border-radius .e-border-radius-top .e-border-radius-top-right
Vertical Align
.e-vertical-[top|middle|bottom]
Hidden
.e-hidden — sets display: none !important
Clickable
.e-clickable — sets cursor: pointer !important
Grabbable
.e-grabbable — sets cursor: grab, cursor: grabbing on active
Hoverable
.e-hoverable .e-hoverable__display — shows child elements only on row hover
Box Padding
.e-boxpadding — applies 15px padding
Iframe Container
.e-iframecontainer — sets font-size: 0
Clearfix
.clearfix
Float
.float-left .float-right
Button Height
.button-height — sets line-height: 33px !important
Word Wrap
.word-wrap — overflow-wrap: break-word; word-break: break-word
Text Overflow
.text-overflow — truncates with ellipsis
Zebra Stripes
.e-zebrastripe
Grid Col
.e-gridcol .e-gridcol-condensed .e-gridcol-separated
Scrollable Content
.e-scrollable .e-scrollable__content
Display Contents
.e-display_contents
Test Utilities
.e-test-notransition — disables all transitions (for testing)
.e-test-noopacity — forces opacity: 1 on all elements (for testing)