We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb3f79 commit 6a7136fCopy full SHA for 6a7136f
1 file changed
.vitepress/theme/style.css
@@ -868,6 +868,20 @@ img.image-inline {
868
margin: 0 !important;
869
}
870
871
+.vp-doc[class*="_components_history"] .tr-history__menu-list__item {
872
+ line-height: normal;
873
+}
874
+
875
+.vp-doc[class*="_components_history"] .tr-history__menu-list__item + .tr-history__menu-list__item {
876
+ margin-top: 0;
877
878
879
+.vp-doc[class*="_components_mcp-add-form"] .form-editor__file-upload > img,
880
+.vp-doc[class*="_components_mcp-server-picker"] .form-editor__file-upload > img {
881
+ margin: 0;
882
+ display: block;
883
884
885
/* custom-block layout fix */
886
.vp-doc[class*="_tiny-robot_"] .custom-block {
887
display: grid;
0 commit comments