Overriding skeleton button styles to make button text multiline capable

This commit is contained in:
David 2015-05-28 15:32:10 -07:00
parent 67c2f7d1bf
commit 7797e35b5d

View File

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