Skip to content

Commit ed7be04

Browse files
brianpilatiBrian Pilatibrianjgeiger
authored
Fixed the text from being cut off. It was a side-effect of the "overflow: hidden" attribute (#1658)
Co-authored-by: Brian Pilati <brian.pilati@cos.io> Co-authored-by: Brian J. Geiger <bgeiger@cos.io>
1 parent 905a40a commit ed7be04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/guid-file/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
overflow: hidden;
2525
white-space: nowrap;
2626
max-width: 70vw;
27+
height: 40px;
2728
}
2829

2930
.ProjectLink {

0 commit comments

Comments
 (0)