overleaf/services/web/frontend/stylesheets
M Fahru 40e27a1636 [web][plans-page] Fix UI bug where some of the plans table cell's child doesn't fill their parent's height (both td and th) (#13391)
* Fix UI bug where some of the table cell's child doesn't fill their parent's height:

1. On plans-v2-table first row, every `th > div.plans-v2-table-th-content` element need to have a 100% height because they have a white background and their height has to fill the entire `th`.

2. On other rows, every `td > div.plans-v2-table-cell` element needs to have a 100% height with centered content, both vertically and horizontally. This is also because they have a white background and since each row can have a different height, 100% height is needed to make sure the white background is filling the `td` properly.

* Add a comment to explain the explicit `height` rule on `table.plans-v2-table` even though it will be ignored.

GitOrigin-RevId: 1ce059d1e2445213bc911a22dfb0ea984749597d
2023-07-17 10:32:42 +00:00
..
app [web][plans-page] Fix UI bug where some of the plans table cell's child doesn't fill their parent's height (both td and th) (#13391) 2023-07-17 10:32:42 +00:00
components Fix plans page mobile header has a bigger z-index than navbar and cause UI bug if mobile navbar is expanded (#13269) 2023-06-02 08:08:16 +00:00
core Fix plans page mobile header has a bigger z-index than navbar and cause UI bug if mobile navbar is expanded (#13269) 2023-06-02 08:08:16 +00:00
modules Merge pull request #11094 from overleaf/jel-use-label-style 2023-01-10 09:06:51 +00:00
variables Fix plans page mobile header has a bigger z-index than navbar and cause UI bug if mobile navbar is expanded (#13269) 2023-06-02 08:08:16 +00:00
vendor Merge pull request #10105 from overleaf/ii-rich-text-scroll-bar 2022-10-24 08:03:07 +00:00
_ol_style_includes.less Merge pull request #10394 from overleaf/ii-password-reset-and-strength-checking 2022-12-07 09:03:36 +00:00
_style_includes.less [cm6] Add figure modal (#12751) 2023-05-16 08:04:02 +00:00
ieee-style.less
light-style.less
main-ieee-style.less Merge pull request #10072 from overleaf/jel-start-new-css 2022-10-25 08:04:04 +00:00
main-light-style.less Merge pull request #10072 from overleaf/jel-start-new-css 2022-10-25 08:04:04 +00:00
main-style.less [cm6] Add figure modal (#12751) 2023-05-16 08:04:02 +00:00
style.less Improve the Rich Text toolbar (#11616) 2023-02-07 09:04:39 +00:00