Skip to content

Commit eedcbdb

Browse files
committed
fixup! Simple font size implementation, fixes #4650
1 parent 28461de commit eedcbdb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

print/components/PicassoChunk.vue

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,15 @@ $a5-portrait-content-height: 680; /* 794px minus 114px (=2*15mm margin) */
265265
font-size: 0.8em;
266266
font-feature-settings: 'tnum';
267267
}
268-
.a5 .v-calendar-daily__interval-text {
269-
font-size: 0.6em;
268+
.a5 {
269+
.v-calendar-daily__interval {
270+
position: relative;
271+
}
272+
273+
.v-calendar-daily__interval-text {
274+
position: absolute;
275+
font-size: 0.6em;
276+
}
270277
}
271278
272279
.v-calendar-daily__day-interval:nth-child(2n) {

0 commit comments

Comments
 (0)