mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix misalignment on the room search input caused by a 1px transparent border
This commit is contained in:
parent
4341dfb314
commit
d10241b1c4
@ -22,7 +22,7 @@ limitations under the License.
|
||||
// keep border thickness consistent to prevent movement
|
||||
border: 1px solid transparent;
|
||||
height: 28px;
|
||||
padding: 2px;
|
||||
padding: 1px;
|
||||
|
||||
// Create a flexbox for the icons (easier to manage)
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user