-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ffe-form): wrong heigth tooltip #1817
Conversation
86efdfb
to
39575f8
Compare
@@ -6,7 +6,7 @@ | |||
border: 2px solid var(--ffe-v-tooltip-border-color); | |||
color: var(--ffe-v-tooltip-icon-color); | |||
cursor: help; | |||
height: 1.2rem; | |||
height: 1.5625rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
25/16
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-1817.westeurope.2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-1817.westeurope.2.azurestaticapps.net |
8852977
to
16d9acd
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-1817.westeurope.2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-1817.westeurope.2.azurestaticapps.net |
@@ -86,7 +86,7 @@ export interface TooltipProps extends React.ComponentProps<'span'> { | |||
isOpen?: boolean; | |||
onClick?: (e: React.MouseEvent | undefined) => void; | |||
tabIndex?: number; | |||
ref?: React.Ref<HTMLButtonElement>; | |||
ref?: React.ForwardedRef<HTMLButtonElement>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For at denne endringen skal publiseres til npm må den skilles ut i en egen commit, siden dette er i ffe-form-react
og ikke ffe-form
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ja stemmer. skall ordne
16d9acd
to
5e3374b
Compare
5e3374b
to
09ae671
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-1817.westeurope.2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-1817.westeurope.2.azurestaticapps.net |
Må ha telt feil/ikke telt forste gang?
Denne var iaf hardkodet til 25px før jag begynnte og fixa så att den skulle tåla text zoom.