Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.35 KB | None | 0 0
  1. diff --git a/chrome/browser/resources/chromeos/md_set_time/set_time.html b/chrome/browser/resources/chromeos/md_set_time/set_time.html
  2. index 05f54e0923d7..4a35f1cbf3cf 100644
  3. --- a/chrome/browser/resources/chromeos/md_set_time/set_time.html
  4. +++ b/chrome/browser/resources/chromeos/md_set_time/set_time.html
  5. @@ -58,7 +58,7 @@
  6.          }
  7.  
  8.          .column {
  9. -          flex: 1 1 0;
  10. +          flex: 1;
  11.          }
  12.  
  13.          /* Style to match md-select. */
  14. @@ -90,6 +90,7 @@
  15.          }
  16.  
  17.          #timezone {
  18. +          display: block;
  19.            /* No bottom margin to minimize height of dialog body. */
  20.            margin-bottom: 0;
  21.          }
  22. @@ -123,14 +124,12 @@
  23.            </div>
  24.  
  25.            <div id="timezone" class="row" hidden>
  26. -            <div class="column">
  27. -              <div id="label">$i18n{timezoneLabel}</div>
  28. -              <select id="timezoneSelect"
  29. -                  class="md-select"
  30. -                  aria-label="$i18n{timezoneLabel}"
  31. -                  on-change="onTimezoneChange_">
  32. -              </select>
  33. -            </div>
  34. +            <div id="label">$i18n{timezoneLabel}</div>
  35. +            <select id="timezoneSelect"
  36. +                class="md-select"
  37. +                aria-label="$i18n{timezoneLabel}"
  38. +                on-change="onTimezoneChange_">
  39. +            </select>
  40.            </div>
  41.          </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement