forked from matrix/element-web
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 {
|
input.mx_NetworkDropdown_networkoption, input.mx_NetworkDropdown_networkoption:focus {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
padding-top: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_NetworkDropdown_menu {
|
.mx_NetworkDropdown_menu {
|
||||||
|
|
Loading…
Reference in New Issue