mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
ensure micron spans are full width with no vertical gaps
This commit is contained in:
parent
bd3c6fd129
commit
e277ac7f9d
1 changed files with 14 additions and 0 deletions
|
|
@ -98,6 +98,20 @@
|
|||
|
||||
</template>
|
||||
|
||||
<style>
|
||||
|
||||
pre.text-wrap > div {
|
||||
display: flex;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
pre.text-wrap > div > :last-child {
|
||||
width: 100%;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
||||
import DialogUtils from "../../js/DialogUtils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue