mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 06:09:20 +00: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 {
|
||||
// Override ShareLatex template styles
|
||||
background: none;
|
||||
border: none;
|
||||
|
||||
// Override ShareLatex template styles
|
||||
background: none;
|
||||
border: none;
|
||||
text-align: center;
|
||||
|
||||
.description {
|
||||
font-style: italic;
|
||||
padding: 5px 0;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.caption.caption--portals {
|
||||
height: 50px;
|
||||
.caption__description {
|
||||
font-style: italic;
|
||||
padding: 5px 0;
|
||||
.text-overflow();
|
||||
|
||||
a {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
|
|
Loading…
Reference in a new issue