mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
[CL-653] Fix provider setup bg and vault filter truncation (#16018)
This commit is contained in:
@@ -49,6 +49,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
@apply tw-bg-background;
|
||||||
|
@apply tw-text-main;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loading page
|
* Loading page
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -10,6 +10,11 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
h3,
|
h3,
|
||||||
button.filter-button {
|
button.filter-button {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -68,6 +73,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
button,
|
||||||
|
a {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.contents {
|
.contents {
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user