Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

CSS: Overwritten property value #132

Closed
delirious-lettuce opened this issue Jun 28, 2017 · 1 comment
Closed

CSS: Overwritten property value #132

delirious-lettuce opened this issue Jun 28, 2017 · 1 comment
Assignees

Comments

@delirious-lettuce
Copy link
Contributor

I'm not sure if this is on purpose but PyCharm is warning that the height and width values are being overwritten.

/* server/templates/pages/playbook/index.html */

#parametersBar{
    height: 651px; /* == 700 minus 49 (where 49 is the height of the tab) */
    width: 450px;
    display: inline-block;
    vertical-align: top;
    height: 700px;  /* this overwrites the height above */
    width: 400px;  /* this overwrites the width above */
    overflow-y:auto;
    background-color:#f5f5f5;
}
@jps39
Copy link
Contributor

jps39 commented Jun 28, 2017

Looks like a merge issue. Will figure out which are the intended values.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants