mirror of
https://github.com/bitwarden/browser
synced 2025-01-23 17:53:31 +01:00
break all instead of word
This commit is contained in:
parent
1bc1e86a53
commit
cfa0e1044f
@ -20,7 +20,7 @@
|
|||||||
<div class="box-content-row box-content-row-flex" *ngFor="let h of history">
|
<div class="box-content-row box-content-row-flex" *ngFor="let h of history">
|
||||||
<div class="row-main">
|
<div class="row-main">
|
||||||
<div class="row-main-content">
|
<div class="row-main-content">
|
||||||
<span class="text monospaced no-ellipsis break-all">
|
<span class="text monospaced no-ellipsis">
|
||||||
{{h.password}}
|
{{h.password}}
|
||||||
</span>
|
</span>
|
||||||
<span class="detail">{{h.date | date:'medium'}}</span>
|
<span class="detail">{{h.date | date:'medium'}}</span>
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
&.box-content-row-slider, &.box-content-row-multi {
|
&.box-content-row-slider, &.box-content-row-multi {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
word-break: break-word;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.box-content-row-multi {
|
&.box-content-row-multi {
|
||||||
|
@ -68,10 +68,6 @@ p.lead {
|
|||||||
padding-bottom: 0 !important;
|
padding-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.break-all {
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
|
|
||||||
[hidden] {
|
[hidden] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user