This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push: new 7c24f25ed TEZ-4614: Fix CSS selector in em-table.less (#398). (Dmitriy Kryukov, Reviewed by Laszlo Bodor, Ayush Saxena) 7c24f25ed is described below commit 7c24f25edaaefc55360e7c9ee8fcd027441b1110 Author: Dmitry Kryukov <d...@users.noreply.github.com> AuthorDate: Tue Apr 1 00:02:56 2025 +0300 TEZ-4614: Fix CSS selector in em-table.less (#398). (Dmitriy Kryukov, Reviewed by Laszlo Bodor, Ayush Saxena) --- tez-ui/src/main/webapp/app/styles/em-table.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tez-ui/src/main/webapp/app/styles/em-table.less b/tez-ui/src/main/webapp/app/styles/em-table.less index d859d7847..4dfa7130b 100644 --- a/tez-ui/src/main/webapp/app/styles/em-table.less +++ b/tez-ui/src/main/webapp/app/styles/em-table.less @@ -52,7 +52,7 @@ align-content: stretch; align-items: flex-start; - .table-panel-left, table-panel-right, .table-body-left, .table-body-right { + .table-panel-left, .table-panel-right, .table-body-left, .table-body-right { order: 0; flex: 0 1 auto; align-self: auto;