forked from AkkomaGang/akkoma-fe
One more fix.
This commit is contained in:
parent
6c631016c6
commit
cdc90f8edc
1 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,6 @@
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
|
||||||
&.html {
|
&.html {
|
||||||
border: 1px solid;
|
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,7 +82,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.oembed {
|
.oembed {
|
||||||
border: 1px solid rgba(0, 0, 0, 0.14);
|
border: 1px solid;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue