Commit fa8e939f authored by Dão Gottwald's avatar Dão Gottwald Committed by dgottwald@mozilla.com
Browse files

Bug 1967721 - Fix action mode layout. r=daleharvey

parent c11683ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1054,6 +1054,10 @@
/* Actions */
/* Actions */
.urlbarView-results[actionmode] {
.urlbarView-results[actionmode] {
  white-space: wrap;
  white-space: wrap;

  > .urlbarView-row {
    display: inline-flex;
  }
}
}


/* To align the label and action button */
/* To align the label and action button */