Override Properties of a CSS ClassOverride Properties of a CSS ClassOverride Properties of a CSS Class

2019::11::16
1 min
AUTHOR:Z.SHINCHVEN

Third party components sometimes may just not fit in, we can override its perperties to fix it.

.container { // My div to surround third party components

  :global .ant-form-item { // use :global syntax to override properties of the class.
    margin-bottom: 0;
  }
}
RackNerd Billboard Banner
Share Node:

RELATED_DATA_STREAMS

SCANNING_DATABASE_FOR_CORRELATIONS...