Fix width of underline in server picker dialog

pull/21833/head
Michael Telatynski 2020-12-08 11:56:42 +00:00
parent 603a1c8ffb
commit d77c5b46eb
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;
}