mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 01:32:39 +00:00
Don't let caption titles overflow
This commit is contained in:
parent
5f665252d5
commit
4b9038ed50
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@
|
|||
.text-overflow();
|
||||
}
|
||||
|
||||
.caption__title {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
.text-overflow();
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
@media (max-width: @screen-md-min) {
|
||||
.thumbnail {
|
||||
|
|
Loading…
Add table
Reference in a new issue