Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amundsen_dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Surendar Reddy Mangannagari
amundsen_dev
Commits
5aaec51b
Unverified
Commit
5aaec51b
authored
Mar 02, 2020
by
Daniel
Committed by
GitHub
Mar 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds some responsiveness to table detail layouts (#391)
parent
5e4a466b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
15 deletions
+30
-15
_layouts.scss
amundsen_application/static/css/_layouts.scss
+25
-13
styles.scss
.../static/js/components/TableDetail/OwnerEditor/styles.scss
+3
-0
styles.scss
...atic/js/components/TableDetail/WatermarkLabel/styles.scss
+2
-2
No files found.
amundsen_application/static/css/_layouts.scss
View file @
5aaec51b
...
...
@@ -67,49 +67,61 @@ $resource-header-height: 84px;
}
}
// 630 | 414+ Flexible layout
// Outer column layout
.column-layout-1
{
display
:
flex
;
height
:
calc
(
100%
-
#{
$resource-header-height
}
);
>
.left-panel
{
border-right
:
4px
solid
$divider
;
flex-basis
:
600px
;
flex-shrink
:
0
;
overflow-y
:
scroll
;
padding
:
0
24px
;
>
.banner
{
border
:
1px
solid
$stroke
;
height
:
40px
;
margin
:
24px
24px
0
24px
;
padding
:
8px
;
}
border-right
:
4px
solid
$divider
;
flex-basis
:
634px
;
// 630 + 4px border
flex-shrink
:
0
;
overflow-y
:
scroll
;
padding
:
0
24px
;
}
>
.right-panel
{
flex-basis
:
414
px
;
flex-basis
:
500
px
;
flex-grow
:
1
;
flex-shrink
:
0
;
overflow-y
:
scroll
;
width
:
0
;
// Required for text truncation
}
@media
(
max-width
:
1440px
)
{
>
.left-panel
{
flex-basis
:
500px
;
}
}
@media
(
max-width
:
1200px
)
{
>
.left-panel
{
flex-basis
:
415px
;
}
}
}
//
313 | 245 Fixed L
ayout
//
Inner column l
ayout
.column-layout-2
{
display
:
flex
;
flex-basis
:
100%
;
>
.left-panel
{
flex-basis
:
313
px
;
margin-right
:
24
px
;
flex-basis
:
262
px
;
margin-right
:
12
px
;
flex-direction
:
column
;
}
>
.right-panel
{
flex-basis
:
245px
;
flex-basis
:
262px
;
margin-left
:
12px
;
}
}
...
...
amundsen_application/static/js/components/TableDetail/OwnerEditor/styles.scss
View file @
5aaec51b
...
...
@@ -5,7 +5,10 @@
.owner-editor-component
{
.avatar-label-component
{
.avatar-label
{
display
:
inline-block
;
margin-left
:
4px
;
width
:
calc
(
100%
-
28px
);
word-break
:
break-word
;
}
}
...
...
amundsen_application/static/js/components/TableDetail/WatermarkLabel/styles.scss
View file @
5aaec51b
...
...
@@ -7,10 +7,10 @@
flex-basis
:
12px
;
height
:
40px
;
width
:
12px
;
margin-right
:
16
px
;
margin-right
:
8
px
;
}
.range-labels
{
flex-basis
:
50
px
;
flex-basis
:
42
px
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment