minor: remove unwanted scrollbar from left panel of data insight page (#21050)

* minor: remove unwanted scrollbar from left panel of data insight page

* fix horizontal scroll issue

* Style: Update padding-top in Data Insight and Data Quality pages to use @size-md variable

(cherry picked from commit 799d14eef405edb0d3aafc5d22075d2ab6a7fbe9)
This commit is contained in:
Shailesh Parmar 2025-05-10 13:05:38 +07:00 committed by OpenMetadata Release Bot
parent ca43151d27
commit 76136d8dea
3 changed files with 9 additions and 2 deletions

View File

@ -30,7 +30,8 @@
.data-insight-left-panel.ant-menu-root.ant-menu-inline {
background: @white;
border: 0px;
margin-top: 16px;
padding-top: @size-md;
border-radius: @border-radius-sm;
.side-panel-icons {
width: 14px;
@ -56,6 +57,7 @@
}
.ant-menu-item {
width: 100%;
height: 30px;
line-height: 30px;
margin-top: 2px;

View File

@ -10,8 +10,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import (reference) '../../styles/variables.less';
.data-quality-page-left-panel-menu {
&.ant-menu-root.ant-menu-inline {
margin-top: 16px;
padding-top: @size-md;
border-radius: @border-radius-sm;
}
}

View File

@ -41,6 +41,7 @@
}
.ant-menu-item {
width: 100%;
height: 30px;
line-height: 30px;
margin-top: 2px;