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

pull/21833/head
Michael Telatynski 2021-03-26 13:10:44 +00:00
parent 4341dfb314
commit d10241b1c4
1 changed files with 1 additions and 1 deletions

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;