Skip to content

Commit

Permalink
styles: Fixes Jira 387 and 386
Browse files Browse the repository at this point in the history
  • Loading branch information
amrutac committed Apr 17, 2018
1 parent 9b06e3f commit adcd12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/public/components/RBAC/_rbac.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
.caret {
position: absolute;
right: 14px;
top: 14px;
top: 9px;
}
.dropdown-menu {
width: 400px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/components/cluster-settings/ldap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const Row = ({children, name, label}) =>
<div className="form-group co-m-form-row">
{label
? <label className="col-sm-2 control-label" htmlFor={name}>{label}:</label>
: <div className="col-sm-3 control-label"></div>
: <div className="col-sm-2 control-label"></div>
}
<div className="co-m-form-col col-sm-10">
{children}
Expand Down

0 comments on commit adcd12a

Please sign in to comment.