mirror of https://github.com/vector-im/riot-web
Fix misalignment on the room search input caused by a 1px transparent border
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…
Reference in New Issue