Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d10241b

Browse files
committed
Fix misalignment on the room search input caused by a 1px transparent border
1 parent 4341dfb commit d10241b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/structures/_RoomSearch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
// keep border thickness consistent to prevent movement
2323
border: 1px solid transparent;
2424
height: 28px;
25-
padding: 2px;
25+
padding: 1px;
2626

2727
// Create a flexbox for the icons (easier to manage)
2828
display: flex;

0 commit comments

Comments
 (0)