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
|
@ -61,21 +61,17 @@
|
|||
// Override ShareLatex template styles
|
||||
background: none;
|
||||
border: none;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.description {
|
||||
.caption__description {
|
||||
font-style: italic;
|
||||
padding: 5px 0;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.text-overflow();
|
||||
|
||||
a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.caption.caption--portals {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
|
|
Loading…
Reference in a new issue