Merge pull request #4 from Ontraport/skeleton-override-button
Overriding skeleton button styles to make button text multiline capable
This commit is contained in:
commit
a58b4ae828
@ -12,6 +12,16 @@ blocks
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* =====================================================================================================================
|
||||
buttons
|
||||
===================================================================================================================== */
|
||||
.button {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
padding: 5px 20px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/* =====================================================================================================================
|
||||
Images
|
||||
===================================================================================================================== */
|
||||
|
Loading…
Reference in New Issue
Block a user