1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #4702 from matrix-org/jryans/release-4691

Fix checkbox bleed
This commit is contained in:
J. Ryan Stinnett
2020-06-04 12:11:20 +01:00
committed by GitHub

View File

@@ -23,6 +23,7 @@ limitations under the License.
border-radius: 3px;
border: solid 1px $accent-color;
cursor: pointer;
z-index: 1;
}
.mx_AddressSelector.mx_AddressSelector_empty {