Fix device name and edit control layout
This commit is contained in:
@@ -574,7 +574,7 @@ export function DevicesPanel({ open, panelRef, closeRef, onClose }) {
|
||||
</form>
|
||||
) : (
|
||||
<>
|
||||
<h3 className="client-device-name-heading">
|
||||
<h3 className={`client-device-name-heading${hasName ? '' : ' is-address-only'}`}>
|
||||
{hasName && <button
|
||||
className="client-device-alias-trigger"
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user