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:
commit
ceabb7a50f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user