We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d30425 commit 12e81f7Copy full SHA for 12e81f7
1 file changed
frontend/src/style/calendar.scss
@@ -252,6 +252,7 @@ $color-border-light: #e9ecef;
252
padding-left: 47px;
253
padding-top: 7px;
254
padding-bottom: 7px;
255
+ padding-right: 10px;
256
font-family: "Roboto Mono", monospace;
257
font-weight: 400;
258
font-size: 12px;
@@ -279,6 +280,7 @@ $color-border-light: #e9ecef;
279
280
281
282
283
284
285
286
@@ -356,6 +358,10 @@ $color-border-light: #e9ecef;
356
358
357
359
font-size: 13px;
360
color: #2C2D2E;
361
+ overflow: hidden;
362
+ text-overflow: ellipsis;
363
+ white-space: nowrap;
364
+ max-width: 28ch;
365
}
366
367
.netology-lesson {
0 commit comments