mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
style fixes
This commit is contained in:
@@ -207,16 +207,13 @@
|
|||||||
color: @text-color;
|
color: @text-color;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
&:extend(.clearfix all);
|
||||||
|
|
||||||
&.text-primary {
|
&.text-primary {
|
||||||
color: @brand-primary !important;
|
color: @brand-primary !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.wrap) {
|
&:not(.wrap) {
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
|
|
||||||
.text, .detail {
|
.text, .detail {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -373,6 +370,8 @@
|
|||||||
input {
|
input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
float: left;
|
||||||
|
width: 250px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user