Sfoglia il codice sorgente

fix garbled ui by clearing float style (#1236)

uazo 4 anni fa
parent
commit
c16769e495
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      build/patches/Logcat-crash-reports-UI.patch

+ 1 - 1
build/patches/Logcat-crash-reports-UI.patch

@@ -542,7 +542,7 @@ diff --git a/components/crash/core/browser/resources/crashes.html b/components/c
          <input type="checkbox" id="showDevDetails">
          $i18n{showDeveloperDetails}
        </label>
-+      <div></div>
++      <div style="clear: both"></div>
 +      <div>
 +        <button class="button" id="clearAll">
 +          $i18n{clearAll}