| padding-top: 5px; | padding-top: 5px; | ||||
| padding-left: 1px; | padding-left: 1px; | ||||
| display: block; | display: block; | ||||
| width: calc(100% - ${props => props.noOfButtons} * 30px - 10px); | |||||
| max-width: calc(100% - ${props => props.noOfButtons} * 30px - 10px); | |||||
| width: calc(100% - ${(props) => props.noOfButtons} * 30px - 10px); | |||||
| max-width: calc(100% - ${(props) => props.noOfButtons} * 30px - 10px); | |||||
| height: 40px; | height: 40px; | ||||
| line-height: 20px; | line-height: 20px; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; |