fix styling of server name in handle
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
3628fd2ea2
commit
5a27fa7d97
2 changed files with 6 additions and 1 deletions
|
@ -223,7 +223,7 @@ const NetworkDropdown = ({onOptionChange, protocols = {}, selectedServerName, se
|
|||
>
|
||||
<span>
|
||||
{currentValue}
|
||||
</span> <span>
|
||||
</span> <span className="mx_NetworkDropdown_handle_server">
|
||||
({selectedServerName})
|
||||
</span>
|
||||
</ContextMenuButton>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue