mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #16331 from overleaf/dk-remove-form-padding
[web] remove input padding added by .has-feedback GitOrigin-RevId: 22001e1f12dcc053270c30d757691765c8445ca0
This commit is contained in:
parent
62cffcd909
commit
d828fa505f
1 changed files with 0 additions and 5 deletions
|
@ -282,11 +282,6 @@ input[type='checkbox'],
|
|||
// Enable absolute positioning
|
||||
position: relative;
|
||||
|
||||
// Ensure icons don't overlap text
|
||||
.form-control {
|
||||
padding-right: (@input-height-base * 1.25);
|
||||
}
|
||||
|
||||
// Feedback icon (requires .glyphicon classes)
|
||||
.form-control-feedback {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue