mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +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
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
button {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
h3,
|
||||
button.filter-button {
|
||||
margin: 0;
|
||||
@@ -68,6 +73,12 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
button,
|
||||
a {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.contents {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user