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 #5478 from matrix-org/t3chguy/fix/15923

Fix width of underline in server picker dialog
This commit is contained in:
Michael Telatynski
2020-12-08 15:32:06 +00:00
committed by GitHub

View File

@@ -81,6 +81,7 @@ limitations under the License.
}
.mx_Login_underlinedServerName {
width: max-content;
border-bottom: 1px dashed $accent-color;
}