mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Prevent network dropdown resizing slightly
Dropdown resized by 2px when opened
This commit is contained in:
parent
65f14c7d21
commit
b652ea5024
@ -54,6 +54,8 @@ limitations under the License.
|
||||
|
||||
input.mx_NetworkDropdown_networkoption, input.mx_NetworkDropdown_networkoption:focus {
|
||||
border: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.mx_NetworkDropdown_menu {
|
||||
|
Loading…
Reference in New Issue
Block a user