Overriding skeleton button styles to make button text multiline capable
This commit is contained in:
parent
67c2f7d1bf
commit
7797e35b5d
@ -12,6 +12,16 @@ blocks
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* =====================================================================================================================
|
||||||
|
buttons
|
||||||
|
===================================================================================================================== */
|
||||||
|
.button {
|
||||||
|
height: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
padding: 5px 20px;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
/* =====================================================================================================================
|
/* =====================================================================================================================
|
||||||
Images
|
Images
|
||||||
===================================================================================================================== */
|
===================================================================================================================== */
|
||||||
|
Loading…
Reference in New Issue
Block a user