fix(i18n_list): change display property to inline-flex coz it breaks when there are more than one translations

This commit is contained in:
Aditya Telange
2025-09-27 00:09:19 +05:30
parent ac64b01989
commit ed783f2342

View File

@@ -26,7 +26,7 @@
}
.i18n_list {
display: inline-block;
display: inline-flex;
}
.post-meta .i18n_list li {