FIX #4603 : updated css to truncate long column name

This commit is contained in:
Yash 2021-05-26 17:51:09 +05:30
parent 49c489dac0
commit a24623da94

View File

@ -39,6 +39,8 @@ const StyledOptionControlInputGroup = styled(StyledInputGroup)`
margin-bottom: 2px;
width: 100%;
padding-left: 30px;
padding-right: 60px;
text-overflow: ellipsis;
&&& {
input {
padding-left: 24px;