Skip to content

Commit

Permalink
Refining styling so resize works nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsmy committed Dec 29, 2017
1 parent 3b232d3 commit ecc6200
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions client/app/assets/less/redash/query.less
Expand Up @@ -35,6 +35,10 @@ edit-in-place p.editable:hover {

.query-metadata {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
z-index: 9;


table {
width: 100%;
Expand Down Expand Up @@ -217,6 +221,7 @@ edit-in-place p.editable:hover {

nav {
position: relative;
z-index: 2;
display: flex;
flex-flow: column;
border-right: 1px solid #efefef;
Expand Down Expand Up @@ -251,6 +256,8 @@ edit-in-place p.editable:hover {
height: 100%;
}
.content {
z-index: 9;
background: #fff;
flex: 1;
display: flex;
flex-flow: column nowrap;
Expand Down Expand Up @@ -305,7 +312,7 @@ edit-in-place p.editable:hover {
height: 8px;
line-height: @spacing;
position: absolute;
z-index: 1;
z-index: 99;

span {
position: absolute;
Expand Down Expand Up @@ -406,10 +413,10 @@ edit-in-place p.editable:hover {
width: 100%;

.resizable {
margin-bottom: 25px;
//margin-bottom: 25px;

.rg-bottom {
bottom: -30px;
//bottom: -30px;
}
}
}
Expand Down

0 comments on commit ecc6200

Please sign in to comment.