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