fix project title height
parent
07851caa8d
commit
d641d0d6a7
|
@ -44,15 +44,18 @@ h1 {
|
|||
@extend %xxlarge;
|
||||
@extend %title;
|
||||
display: flex;
|
||||
line-height: 2.7rem;
|
||||
line-height: 3.4rem;
|
||||
margin-bottom: 1rem;
|
||||
text-transform: uppercase;
|
||||
span {
|
||||
@extend %xxlarge;
|
||||
line-height: 3.4rem;
|
||||
margin-right: .5rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
&.green, &:last-child {
|
||||
&.green,
|
||||
&:last-child {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue