Merge pull request #4 from Ontraport/skeleton-override-button

Overriding skeleton button styles to make button text multiline capable
This commit is contained in:
david-ontraport 2015-05-28 15:37:52 -07:00
commit a58b4ae828

View File

@ -12,6 +12,16 @@ blocks
width: 100%; width: 100%;
} }
/* =====================================================================================================================
buttons
===================================================================================================================== */
.button {
height: auto;
max-width: 100%;
padding: 5px 20px;
white-space: normal;
}
/* ===================================================================================================================== /* =====================================================================================================================
Images Images
===================================================================================================================== */ ===================================================================================================================== */