mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 20:40:29 +00:00
Add copy-to-clipboard button for long-lived tokens (#16956)
This commit is contained in:
committed by
GitHub
parent
386ed2167f
commit
33d6ad1b0b
@@ -99,6 +99,10 @@ export class HaTextField extends TextFieldBase {
|
||||
direction: var(--direction);
|
||||
}
|
||||
|
||||
.mdc-text-field__icon--trailing {
|
||||
padding: var(--textfield-icon-trailing-padding, 12px);
|
||||
}
|
||||
|
||||
.mdc-floating-label:not(.mdc-floating-label--float-above) {
|
||||
text-overflow: ellipsis;
|
||||
width: inherit;
|
||||
|
||||
Reference in New Issue
Block a user