Fix header components overflow
This commit is contained in:
parent
d6ef417725
commit
155c4e4935
|
@ -52,6 +52,7 @@
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
flex-wrap: wrap;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
.peertube-select-container {
|
.peertube-select-container {
|
||||||
|
@ -64,6 +65,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
|
||||||
@include margin-left(10px);
|
@include margin-left(10px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -102,7 +105,6 @@ my-copy-button {
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
margin-bottom: 10px !important;
|
|
||||||
|
|
||||||
@include margin-left(0 !important);
|
@include margin-left(0 !important);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue