max-width for q-tooltip #17828
Answered
by
it-jhack
s-light
asked this question in
General - Components / Directives / etc
max-width for q-tooltip
#17828
-
hello community, i tried with <template>
<q-page class="flex column" style="align-items: center">
<section>
Dieses Bauteil nutzt die
<span>
I2C
<q-tooltip
anchor="top middle"
self="bottom middle"
class="bg-amber text-black shadow-4 maxWidth"
>
InterInterCircuit - ein 2-Drahtiger Bus um zwischen einem *Main* und vielen
*Clients* zu kommunizieren. jeder Client hat eine Adresse (*Haus-Nummer*).
</q-tooltip>
</span>
Schnittstelle. Dadurch ist es sehr leicht zu verwenden.
</section>
</q-page>
</template>
<style scoped>
.maxWidth {
max-width: 50px;
}
</style> but this did not result in any change. i think that this has to do with the nature of the popup - any tips are welcome :-) |
Beta Was this translation helpful? Give feedback.
Answered by
it-jhack
Feb 19, 2025
Replies: 1 comment 1 reply
-
I might be late to answer, but for anyone wondering the same thing there's a
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
s-light
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I might be late to answer, but for anyone wondering the same thing there's a
max-width
Content Prop available for that