mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 01:00:14 -04:00
* Allow touch action on dashboard grid * Deactivate touch when resizing widgets * Disable touch interactions on Plotly * Update Plotly and use dragmode: false * Remove autoFocus from ItemsList search * Fix spacing for queries and dashboard favorites * Make sure admin pages don't go over 100% width
20 lines
275 B
Plaintext
20 lines
275 B
Plaintext
.admin-page-layout {
|
|
max-width: 100%;
|
|
|
|
&-tabs.ant-tabs {
|
|
> .ant-tabs-bar {
|
|
margin: 0;
|
|
|
|
.ant-tabs-tab {
|
|
padding: 0;
|
|
|
|
a {
|
|
display: inline-block;
|
|
padding: 12px 16px;
|
|
color: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|