mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
Gallery redesign - Fixing the overflow of cta's in the layout on smaller screen on Gallery item page (#21405)
* adding flex-wrap to avoid overlapping of the buttons * renaming classes to avoid modifying col-md-12 properties GitOrigin-RevId: d000bd3c0b5be15f526ccbd1699cfe5679c0ddec
This commit is contained in:
@@ -347,13 +347,14 @@
|
||||
@include heading-xs;
|
||||
}
|
||||
|
||||
.cta-links {
|
||||
.cta-links-container {
|
||||
margin: var(--spacing-09) 0;
|
||||
|
||||
.col-md-12 {
|
||||
.cta-links {
|
||||
display: inline-flex;
|
||||
gap: var(--spacing-04);
|
||||
padding: unset;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user