Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 0ff1008

Browse files
author
Lily2point0
committed
fix translation icon alignment
1 parent fdbf4d3 commit 0ff1008

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

public/css/translation-component.css

+3-4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
.ftlabs-translation__share-bar-language {
110110
font-size: 15px !important;
111111
font-weight: 500 !important;
112+
display: inline-block;
113+
width: 100%;
114+
text-align: center;
112115
}
113116

114117
.ftlabs-translation-options {
@@ -175,10 +178,6 @@
175178
}
176179

177180
@media (max-width: 1219px) {
178-
.ftlabs-translation__share-bar-language {
179-
padding-left: 10px;
180-
}
181-
182181
.ftlabs-translation__configuration {
183182
flex-direction: column;
184183
}

0 commit comments

Comments
 (0)