Porting:
https://github.com/openvinotoolkit/openvino/pull/13187

Fixing the version selector dropdown, to avoid horizontal scrollbar and trimming text.

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
This commit is contained in:
Sebastian Golebiewski
2022-12-06 14:18:10 +01:00
committed by GitHub
parent 7f0cfe7219
commit 1c4fbc2588

View File

@@ -9,6 +9,20 @@ main img {
.doxyrest-title-code-block {
margin-bottom: 0;
}
/* doc version dropdown formatting override*/
[aria-labelledby="version-selector"] {
min-width: 125px!important;
overflow-x: hidden!important;
}
.sst-dropdown #version-selector {
min-width: 125px!important;
}
[aria-labelledby="version-selector"] .dropdown-item {
padding: 0.25rem 0.5rem!important;
}
/* code reference text formatting override */
code {