Merge pull request #19724 from overleaf/jel-light-touch-mobile-learn-more

[web] Fix learn more link alignment on mobile on light touch redesign of plans page

GitOrigin-RevId: 6953dfc6cebf0ba3705e54da83fd1ad477b93807
This commit is contained in:
Jessica Lawshe 2024-08-01 10:15:13 -05:00 committed by Copybot
parent 95664974ef
commit 62a8d867ff

View file

@ -760,6 +760,10 @@
background-color: var(--neutral-20);
border: 0;
.plans-table-cell-divider-content {
display: block;
}
// direct child selector to NOT affect the generated tooltip
th > div,
td > div {