Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33d97fd0 authored by llmII's avatar llmII
Browse files

Fix #2083

This changes the Suggestions to be a single column, not a wrapping row,
changing the input to be incapable of overflowing into visually adjacent
elements.
parent cb7b0916
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -532,7 +532,7 @@ article[data-vim-selected].category-social {
#suggestions {
  .wrapper {
    display: flex;
    flex-flow: row wrap;
    flex-flow: column;
    justify-content: flex-end;

    form {
@@ -552,6 +552,10 @@ article[data-vim-selected].category-social {
    background: transparent;
    color: var(--color-result-search-url-font);
    cursor: pointer;
    width: calc(100%);
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
  }

  input[type="submit"],