We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cfe77 commit 7786a4cCopy full SHA for 7786a4c
resources/assets/component.css
@@ -179,13 +179,12 @@
179
animation-duration: .2s;
180
}
181
.dlp-input{
182
+ padding: 1 2px!important;
183
vertical-align: middle;
184
display: inline-block;
- width: auto;
185
- height: 20px;
186
- padding-left: 4px;
187
- padding-right: 4px;
188
- background: #ededed;;
+ width: calc(100% - 8px)!important;
+ height: 20px!important;
+ background: #ededed;
189
color: #666;
190
border: 1px solid #e5e5e5;
191
transition: .2s ease-in-out;
0 commit comments