Skip to content

Commit

Permalink
Set kuiViewContent width to 100% to avoid it shrink wrapping its cont…
Browse files Browse the repository at this point in the history
…ent.
  • Loading branch information
cjcenizal committed Feb 4, 2017
1 parent b129af5 commit 94afb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/public/styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ fieldset {
.kuiViewContent {
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}

.kuiViewContent--constrainedWidth {
Expand Down

0 comments on commit 94afb6f

Please sign in to comment.