mirror of https://github.com/zulip/zulip.git
search: Fix outline of clear search button.
Fixed by including the margin and padding in the `width: 100%` calculation.
This commit is contained in:
parent
e6df844865
commit
cc867de2c5
|
@ -163,6 +163,7 @@
|
||||||
.input-append {
|
.input-append {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue