mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix flex links not overflowing correctly and refactor
This commit is contained in:
parent
6576d95e27
commit
630f15e8ea
1 changed files with 11 additions and 15 deletions
|
@ -58,24 +58,20 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.caption {
|
.caption {
|
||||||
// Override ShareLatex template styles
|
// Override ShareLatex template styles
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.description {
|
|
||||||
font-style: italic;
|
|
||||||
padding: 5px 0;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.caption.caption--portals {
|
.caption__description {
|
||||||
height: 50px;
|
font-style: italic;
|
||||||
|
padding: 5px 0;
|
||||||
|
.text-overflow();
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Media Queries */
|
/* Media Queries */
|
||||||
|
|
Loading…
Reference in a new issue