mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #16266 from overleaf/jel-view-more-cert-button
[web] Fix certificate preview and button alignment GitOrigin-RevId: 02cbb341b77bef9ce27fe165ee21b5c031a1b08b
This commit is contained in:
parent
7e0bb935da
commit
26ae6aebad
1 changed files with 3 additions and 1 deletions
|
@ -215,12 +215,14 @@ h3.group-settings-title {
|
|||
|
||||
.certificate-wrapper {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
|
||||
&.certificate-full {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.view-more {
|
||||
flex-grow: 1;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue