mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 12:17:49 +08:00
Add margin to allow for right and left box-shadow
This commit is contained in:
@ -114,9 +114,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type='text'] {
|
input[type='text'] {
|
||||||
margin: 0.5em 0 0.5em;
|
margin: 0.5em 3px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: calc(100% - 6px);
|
||||||
height: 32px;
|
height: 32px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user