mirror of https://github.com/zulip/zulip.git
scss: Fix broken rules.
This commit is contained in:
parent
57d3ef42b8
commit
46c966576d
|
@ -123,7 +123,7 @@ p.n-margin {
|
|||
.all-messages-search-caution {
|
||||
border-radius: 4px;
|
||||
display: none;
|
||||
height: 28x;
|
||||
height: 28px;
|
||||
font-size: 16px;
|
||||
margin: 0 auto 12px;
|
||||
padding: 5px;
|
||||
|
@ -1640,7 +1640,7 @@ div.focused_table {
|
|||
.navbar-search.expanded {
|
||||
overflow: hidden;
|
||||
margin-top: 0px;
|
||||
right: 2;
|
||||
right: 2px;
|
||||
width: calc(100% - 2px);
|
||||
position: absolute;
|
||||
.search_button {
|
||||
|
|
Loading…
Reference in New Issue