Skip to content
Snippets Groups Projects
Commit 1fccd011 authored by Alicia.DeDiosFuente's avatar Alicia.DeDiosFuente Committed by Florent Poittevin
Browse files

fix: change disposition of the copy-to-clipboard button in token dialog

parent 9cb9e48e
No related branches found
No related tags found
1 merge request!238fix: change disposition of the copy-to-clipboard button in token dialog
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
class="value" class="value"
> >
<div>{{value}}</div> <div>{{value}}</div>
<button mat-icon-button <button class="token-icon"
mat-icon-button
solidifyShortCuts solidifyShortCuts
(onEnter)="copy()" (onEnter)="copy()"
(click)="copy()" (click)="copy()"
......
...@@ -10,6 +10,13 @@ ...@@ -10,6 +10,13 @@
.value { .value {
word-break: break-all; word-break: break-all;
overflow-wrap: break-word; overflow-wrap: break-word;
.token-icon {
position: absolute;
right: 0;
}
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment