Fix AccountCard stretch to 100% (#4450)
This commit is contained in:
parent
4172a5369c
commit
66df4f6410
@ -31,8 +31,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.selected, .unselected {
|
||||
.selected,
|
||||
.unselected {
|
||||
margin-bottom: 0.25em;
|
||||
width: 100%;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
@ -34,7 +34,11 @@ export default class Portal extends Component {
|
||||
activeStep: PropTypes.number,
|
||||
busy: PropTypes.bool,
|
||||
busySteps: PropTypes.array,
|
||||
buttons: PropTypes.array,
|
||||
buttons: PropTypes.oneOfType([
|
||||
PropTypes.array,
|
||||
PropTypes.node,
|
||||
PropTypes.object
|
||||
]),
|
||||
children: PropTypes.node,
|
||||
className: PropTypes.string,
|
||||
hideClose: PropTypes.bool,
|
||||
|
Loading…
Reference in New Issue
Block a user