mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Prevent network dropdown resizing slightly
Dropdown resized by 2px when opened
This commit is contained in:
parent
65f14c7d21
commit
b652ea5024
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue