Set kuiViewContent width to 100% to avoid it shrink wrapping its content.

This commit is contained in:
CJ Cenizal 2016-12-23 14:00:36 -08:00
parent b129af5f05
commit 94afb6f3d4

View file

@ -621,6 +621,7 @@ fieldset {
.kuiViewContent {
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}
.kuiViewContent--constrainedWidth {