We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f08856 + dcc8b7a commit f56b226Copy full SHA for f56b226
app/assets/stylesheets/modules/map/_timeline-month.scss
@@ -89,9 +89,18 @@
89
justify-content: center;
90
align-items: center;
91
position: relative;
92
- > span{
+
93
+ > span {
94
margin: 0 5px 0 0;
95
font-size: 12px;
96
+ max-width: 100px;
97
+ overflow: hidden;
98
+ display: inline-block;
99
+ text-overflow: ellipsis;
100
+ white-space: nowrap;
101
+ @media (min-width: $br-mobile-portrait){
102
+ max-width: none;
103
+ }
104
}
105
.select-box{
106
display: flex;
app/assets/stylesheets/modules/map/_timeline-torque.scss
@@ -1,5 +1,10 @@
1
.widget-timeline .timeline-year.timeline-torque {
2
padding-left: 10px;
3
+ display: flex;
4
+ justify-content: center;
5
+ @media (min-width: $br-mobileMap) {
6
+ display: block;
7
8
9
.timeline-date-pickers {
10
display: inline-flex;
0 commit comments