ensure micron spans are full width with no vertical gaps

This commit is contained in:
liamcottle 2024-12-12 22:34:56 +13:00
commit e277ac7f9d

View file

@ -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";