Skip to content

Commit e6a2914

Browse files
committed
revert some unintended CSS changes
1 parent 3907990 commit e6a2914

2 files changed

Lines changed: 7 additions & 15 deletions

File tree

vis/stylesheets/modules/map/_header.scss

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
#title_context {
2-
display: flex;
3-
align-items: flex-start;
4-
padding-top: 15px;
5-
padding-left: 50px;
6-
}
7-
81
#subdiscipline_title {
9-
position: relative;
102
margin: 0px;
11-
flex-grow: 1;
12-
min-height: 54px;
3+
padding-top: 15px;
4+
padding-left: 50px;
135
font-family: $base-font-family;
14-
min-width: 0;
6+
min-height: 54px;
157

168
h4 {
179
margin-bottom: 0px;

vis/stylesheets/modules/map/_papers.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@
120120

121121
.stat {
122122
font-size: 9px;
123-
line-height: 100%;
124-
margin-bottom: 2px;
125-
padding-left: 2px;
126-
padding-right: 2px;
123+
// line-height: 100%;
124+
// margin-bottom: 2px;
125+
// padding-left: 2px;
126+
// padding-right: 2px;
127127
text-align: left;
128128
vertical-align: text-bottom;
129129
font-family: $special-font-family;

0 commit comments

Comments
 (0)