mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Minor layouting fixes
This commit is contained in:
parent
ca03fca14a
commit
beee069d3f
@ -170,8 +170,7 @@ let AclButton = React.createClass({
|
||||
<ModalWrapper
|
||||
trigger={
|
||||
<button
|
||||
className={'btn btn-default btn-sm ' + buttonClassName}
|
||||
disabled={!shouldDisplay}>
|
||||
className={shouldDisplay ? 'btn btn-default btn-sm ' + buttonClassName : 'hidden'}>
|
||||
{this.sanitizeAction()}
|
||||
</button>
|
||||
}
|
||||
|
@ -1,3 +1,7 @@
|
||||
.modal-body {
|
||||
padding-top:0;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
padding: 15px 15px 0 15px;
|
||||
border-bottom: none;
|
||||
|
Loading…
Reference in New Issue
Block a user