mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 04:47:22 +08:00
Merge pull request #4985 from artoscinote/ma_SCI_7946
Fix RTE image alignments [SCI-7946]
This commit is contained in:
commit
ac1bf591e2
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
flex: 0;
|
flex: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.img-responsive {
|
||||||
|
display: inline;
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
.view-text-element {
|
.view-text-element {
|
||||||
a {
|
a {
|
||||||
pointer-events: initial;
|
pointer-events: initial;
|
||||||
|
|
Loading…
Add table
Reference in a new issue