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 f374a87 commit 262bd5aCopy full SHA for 262bd5a
src/Site/views/languageforge/theme/default/sass/_global.scss
@@ -65,13 +65,17 @@
65
}
66
67
68
-// for very small devices such as iPhone 5
69
-@media (max-width: 350px) {
+// for small and extra small devices
+@include media-breakpoint-down(sm) {
70
.btn span {
71
display: none;
72
73
#shareBtn, #settingsBtn {
74
padding-right: 0;
75
+
76
+ span {
77
+ display: none;
78
+ }
79
80
81
@@ -200,11 +204,15 @@
200
204
font-size: 25px;
201
205
line-height: 25px;
202
206
font-weight: bold;
207
+ white-space: nowrap;
208
+ overflow: hidden;
209
+ text-overflow: ellipsis;
203
210
@include media-breakpoint-down(sm) {
211
font-size: 18px;
212
line-height: 18px;
213
214
215
216
217
218
.breadcrumbs {
0 commit comments