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 46cf564 commit 0568008Copy full SHA for 0568008
style.css
@@ -63,15 +63,13 @@ body {
63
64
.match-title {
65
font-weight: 600;
66
- margin-bottom: 0.75rem;
+ margin: 0 0 0.75rem 0;
67
padding: 0 0.5rem;
68
- white-space: normal;
69
- overflow-wrap: break-word;
70
- line-height: 1.2;
71
- height: 2.4em; /* exactly 2 lines of space */
72
- display: flex;
73
- align-items: center; /* vertically center 1-line titles */
+ height: 2.6em; /* fixed height for 2 lines */
+ line-height: 1.3em; /* line spacing */
+ overflow: hidden;
74
text-align: center;
+ white-space: normal;
75
}
76
77
0 commit comments