mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
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:
parent
ca43151d27
commit
76136d8dea
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -41,6 +41,7 @@
|
||||
}
|
||||
|
||||
.ant-menu-item {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
margin-top: 2px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user