Skip to content

Commit 4be2dfb

Browse files
Don't do line breaks in line symbols
1 parent 59346f5 commit 4be2dfb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

css/styles.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ them from the MagicMirror² core system and other modules.
142142
padding: 0.2rem;
143143
position: relative;
144144
text-align: center;
145+
width: max-content;
145146
}
146147

147148
.mmm-pth-bwl-line-sign {
@@ -174,7 +175,6 @@ them from the MagicMirror² core system and other modules.
174175
background-color: rgb(0 111 53);
175176
border: 0.5px white solid;
176177
color: white;
177-
width: max-content;
178178
}
179179

180180
/* Default properties for busses (general) and obusses (SVV) */
@@ -183,7 +183,6 @@ them from the MagicMirror² core system and other modules.
183183
border-radius: 1em;
184184
background-color: rgb(122 32 106);
185185
color: white;
186-
width: max-content;
187186
}
188187

189188
/* Default properties for "Rufbusse" */
@@ -197,22 +196,19 @@ them from the MagicMirror² core system and other modules.
197196
border-radius: 1rem;
198197
background-color: rgb(122 32 106);
199198
color: white;
200-
width: max-content;
201199
}
202200

203201
/* Default properties for trams */
204202
.str,
205203
.stb {
206204
background-color: rgb(255 0 0);
207205
color: white;
208-
width: max-content;
209206
}
210207

211208
/* Default properties for subways */
212209
.u {
213210
background-color: rgb(0 101 173);
214211
color: white;
215-
width: max-content;
216212
}
217213

218214
.mmm-pth-ice-with-product-name::before {

0 commit comments

Comments
 (0)