As we are in transition, angularjs dropdown component use both css classes

And we should specify a bit the height of the component since it's used in different context
This commit is contained in:
Jean-Baptiste Bellet
2023-02-14 15:58:46 +01:00
parent 28286a4c3e
commit d9eb97bd05

View File

@@ -212,3 +212,12 @@
}
}
}
.ofn-drop-down.ofn-drop-down-v2 {
// Add very specific styling here for components that are in transition:
// ie. the ones using the two classes above
.ofn-drop-down-label {
padding-top: 7px;
padding-bottom: 7px;
}
}