Created
October 1, 2018 11:08
-
-
Save sfcure/4a242fcd3bd8e445bc424872474c538a to your computer and use it in GitHub Desktop.
Quick Action Component CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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