Fix misalignment on the room search input caused by a 1px transparent border

This commit is contained in:
Michael Telatynski
2021-03-26 13:10:44 +00:00
parent 4341dfb314
commit d10241b1c4

View File

@@ -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;