We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d81ec commit 75cc2b8Copy full SHA for 75cc2b8
src/librustdoc/html/static/css/rustdoc.css
@@ -971,6 +971,8 @@ so that we can apply CSS-filters to change the arrow color in themes */
971
display: flex;
972
padding: 3px;
973
margin-bottom: 5px;
974
+ align-items: center;
975
+ vertical-align: text-bottom;
976
}
977
.item-name .stab {
978
margin-left: 0.3125em;
@@ -982,11 +984,9 @@ so that we can apply CSS-filters to change the arrow color in themes */
982
984
color: var(--main-color);
983
985
background-color: var(--stab-background-color);
986
width: fit-content;
- align-items: center;
987
white-space: pre-wrap;
988
border-radius: 3px;
- display: inline-flex;
989
- vertical-align: text-bottom;
+ display: inline;
990
991
992
.stab.portability > code {
0 commit comments