Merge pull request #5478 from matrix-org/t3chguy/fix/15923

Fix width of underline in server picker dialog
pull/21833/head
Michael Telatynski 2020-12-08 15:32:06 +00:00 committed by GitHub
commit 9a9b0433ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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