web: Common: Added box-sizing to ADSelector Footer container

This commit is contained in:
Alexey Safronov 2019-12-14 13:33:06 +03:00
parent e698a19140
commit e57e0faef3

View File

@ -4,6 +4,7 @@ import { Button } from "asc-web-components";
import styled, { css } from "styled-components";
const StyledContainer = styled.div`
box-sizing: border-box;
border-top: 1px solid #eceef1;
padding: 16px;
height: 69px;