1
0
Fork 0

.message nowrap

This commit is contained in:
Brian D 2024-12-01 19:49:36 -05:00
parent 38f96db80e
commit 9608322f93

View file

@ -57,6 +57,8 @@ const layout4Class = computed(() => ({
.message { .message {
color: white; color: white;
font-weight: bold; font-weight: bold;
overflow: hidden;
white-space: nowrap;
} }
.qr-code { .qr-code {
height: 100%; height: 100%;
@ -65,7 +67,6 @@ const layout4Class = computed(() => ({
aspect-ratio: 6 / 1; aspect-ratio: 6 / 1;
background-color: v-bind(color); background-color: v-bind(color);
display: flex; display: flex;
overflow: hidden;
.content { .content {
padding: 5px; padding: 5px;
width: 100%; width: 100%;