Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 50336b8

Browse files
committed
Set column row width to 12 for color palette
1 parent 4a21c6a commit 50336b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reactjs-adminlte/public/dist/js/generalUIElements.bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ webpackJsonp([2],[
759759
render: function() {
760760
var that=this;
761761
return (
762-
React.createElement("div", {className: "col-md-6"},
762+
React.createElement("div", {className: "col-md-12"},
763763
React.createElement("div", {className: "box box-default color-palette-box"},
764764
React.createElement("div", {className: "box-header with-border"},
765765
React.createElement("h3", {className: "box-title"}, this.props.headerMarkup, " ", this.props.title),

0 commit comments

Comments
 (0)