Skip to content

Instantly share code, notes, and snippets.

@sfcure
Created October 1, 2018 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfcure/4a242fcd3bd8e445bc424872474c538a to your computer and use it in GitHub Desktop.
Save sfcure/4a242fcd3bd8e445bc424872474c538a to your computer and use it in GitHub Desktop.
Quick Action Component CSS
<aura:html tag="style">
.slds-modal__container{
height : auto; width: 80%; max-width: 70vh;
}
.modal-body{
height : 40vh !important;
max-height: 40vh !important;
}
.slds-modal__footer{
display: inline !important;
}
</aura:html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment