Merge pull request #4693 from appsmithorg/FIX/4603-truncate-long-column-names

FIX #4603 : updated css to truncate long column name
This commit is contained in:
Somangshu Goswami 2021-05-31 20:06:55 +05:30 committed by GitHub
commit ceabb7a50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;