@ -35,7 +35,7 @@ export const AddIpForm = (props: IProps) => {
<ButtonToolbar
className="form__add-IP"
>
<Button color="primary" type="submit">Зберегти</Button>
<Button style={{width: 152}} color="primary" type="submit">Зберегти</Button>
</ButtonToolbar>
</form>
)
@ -421,9 +421,9 @@
margin-top: 0;
}
&:last-child {
margin-bottom: -10px;
// &:last-child {
// margin-bottom: -10px;
// }
&.btn-toolbar--center {
& > * {
@ -159,6 +159,7 @@
.form__add-IP {
margin-top: 0px;
margin-bottom: 20px;
.form__half {
width: calc(50% - 15px);