Fix text overflow in Print box by wrapping label to multiple lines
This commit is contained in:
@@ -111,12 +111,12 @@
|
||||
<text x="135" y="444" fill="#22d3ee" font-size="9" text-anchor="middle">Flutter</text>
|
||||
<text x="135" y="460" fill="#94a3b8" font-size="8" text-anchor="middle">Seek & Find • Inventory • Enrollment</text>
|
||||
|
||||
<!-- ========== PRINT ========== -->
|
||||
<!-- ========== PRINT (fixed wrapping) ========== -->
|
||||
<rect x="260" y="380" width="180" height="100" rx="10" fill="rgba(120, 53, 15, 0.45)" stroke="#fbbf24" stroke-width="2"/>
|
||||
<text x="350" y="408" fill="white" font-size="13" font-weight="700" text-anchor="middle">Print</text>
|
||||
<text x="350" y="426" fill="#94a3b8" font-size="10" text-anchor="middle">Flutter + Rust</text>
|
||||
<text x="350" y="444" fill="#fbbf24" font-size="9" text-anchor="middle">Zebra ZPL • RFID</text>
|
||||
<text x="350" y="460" fill="#94a3b8" font-size="8" text-anchor="middle">Print UI + Print API • Can register assets</text>
|
||||
<text x="350" y="405" fill="white" font-size="13" font-weight="700" text-anchor="middle">Print</text>
|
||||
<text x="350" y="423" fill="#94a3b8" font-size="10" text-anchor="middle">Flutter + Rust</text>
|
||||
<text x="350" y="441" fill="#fbbf24" font-size="9" text-anchor="middle">Zebra ZPL • RFID</text>
|
||||
<text x="350" y="459" fill="#94a3b8" font-size="8" text-anchor="middle">Print UI + API • Registers assets</text>
|
||||
|
||||
<!-- ========== CAPTURE (native) ========== -->
|
||||
<rect x="490" y="380" width="170" height="100" rx="10" fill="rgba(136, 19, 55, 0.45)" stroke="#fb7185" stroke-width="2"/>
|
||||
|
||||
Reference in New Issue
Block a user