Merge pull request #6717 from svbergerem/fix-contacts-page-style-regression
Fix style regression on contacts page from #6697
This commit is contained in:
commit
477e2572ac
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.page-contacts {
|
||||
.sidebar { padding-bottom: 10px; }
|
||||
|
||||
.header {
|
||||
.stream.contacts .header {
|
||||
border-bottom: 1px solid $border-grey;
|
||||
min-height: 55px;
|
||||
form { margin: 0; }
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
text-align: center;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.well { margin: 20px 0 10px; }
|
||||
.well { margin: 10px; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue