mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Merge pull request #21890 from overleaf/jel-gallery-search
[web] Gallery search results title adjustments on smaller screens GitOrigin-RevId: d07e042ba16457f806e7214081461e66635c7d51
This commit is contained in:
@@ -101,6 +101,17 @@
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
@include heading-sm;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
@include heading-xs;
|
||||
|
||||
line-clamp: 3;
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user