{editUrl && }
diff --git a/src/theme/DocItem/Footer/styles.module.css b/src/theme/DocItem/Footer/styles.module.css
index 763b0ff57..255f7d6dc 100644
--- a/src/theme/DocItem/Footer/styles.module.css
+++ b/src/theme/DocItem/Footer/styles.module.css
@@ -1,4 +1,5 @@
.docFooterEditMetaRow {
+ display: flex;
justify-content: flex-end;
}
@@ -10,10 +11,11 @@
.docFooterEditMetaRowItemRight {
display: flex;
-}
-
-.docFooterEditMetaRowItemRight a {
- margin-right: 1.25rem;
+ flex-wrap: wrap;
+ gap: 0.5rem;
+ justify-content: flex-end;
+ align-items: center;
+ width: 100%;
}
@media (min-width: 997px) {
@@ -21,9 +23,3 @@
text-align: right;
}
}
-
-@media (max-width: 996px) {
- .docFooterEditMetaRowItem {
- flex-basis: content;
- }
-}