mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
feat(explore): Move chart header to top of the page (#19529)
* Move chart header to top of the page * Implement truncating and dynamic input * fix typing * Prevent cmd+z undoing changes when not in edit mode * Fix tests, add missing types * Show changed title in altered
This commit is contained in:
committed by
GitHub
parent
1eef923b31
commit
602afbaa31
@@ -59,7 +59,8 @@ const Styles = styled.div`
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
|
||||
padding: ${({ theme }) => 2 * theme.gridUnit}px;
|
||||
padding: ${({ theme }) => 4 * theme.gridUnit}px;
|
||||
padding-right: ${({ theme }) => 2 * theme.gridUnit}px;
|
||||
}
|
||||
.error-alert {
|
||||
margin: ${({ theme }) => 2 * theme.gridUnit}px;
|
||||
|
||||
Reference in New Issue
Block a user