feat: expand live chat and work server tools
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.input-base-sample-preview {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.input-base-sample-preview__control.ant-input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
height: 100% !important;
|
||||
min-height: 100%;
|
||||
min-height: 44px;
|
||||
max-height: none;
|
||||
margin: 0;
|
||||
border-radius: 14px;
|
||||
padding-inline: 14px;
|
||||
box-shadow: none;
|
||||
}
|
||||
Reference in New Issue
Block a user