mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04:00
Merge pull request #3738 from scossar/search-input-shadow
FIX: add margin to allow for right and left box-shadow blur on search input
This commit is contained in:
commit
0a22fe3db0
1 changed files with 2 additions and 2 deletions
|
@ -114,9 +114,9 @@
|
|||
}
|
||||
|
||||
input[type='text'] {
|
||||
margin: 0.5em 0 0.5em;
|
||||
margin: 0.5em 3px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
width: calc(100% - 6px);
|
||||
height: 32px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue