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:
committed by
GitHub
parent
7f0cfe7219
commit
1c4fbc2588
14
docs/_static/css/custom.css
vendored
14
docs/_static/css/custom.css
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user