Commit cd91731a authored by Gayane Petrosyan's avatar Gayane Petrosyan Committed by Commit Bot

[Chrome Colors] Hide text overflow for theme info.

screenshot:
https://screenshot.googleplex.com/9q3asZAtYiH.png

Bug: 998460
Change-Id: I021aa83013cce477564de5205ce9339172518728
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775056Reviewed-by: default avatarKyle Milka <kmilka@chromium.org>
Commit-Queue: Gayane Petrosyan <gayane@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691788}
parent 105efb82
...@@ -1768,6 +1768,12 @@ html[dir=rtl] #left-semicircle { ...@@ -1768,6 +1768,12 @@ html[dir=rtl] #left-semicircle {
border-top-right-radius: var(--tile-size); border-top-right-radius: var(--tile-size);
} }
#colors-theme-info {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#refresh-daily-wrapper { #refresh-daily-wrapper {
display: none; display: none;
margin-inline-start: auto; margin-inline-start: auto;
......
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
aria-label="$i18n{colorsOption}"> aria-label="$i18n{colorsOption}">
<div id="colors-theme" tabindex="0"> <div id="colors-theme" tabindex="0">
<div id="colors-theme-icon"></div> <div id="colors-theme-icon"></div>
<div> <div id="colors-theme-info">
<div id="colors-theme-name"></div> <div id="colors-theme-name"></div>
$i18n{installedThemeDesc} $i18n{installedThemeDesc}
</div> </div>
......
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
aria-label="$i18n{colorsOption}"> aria-label="$i18n{colorsOption}">
<div id="colors-theme" tabindex="0"> <div id="colors-theme" tabindex="0">
<div id="colors-theme-icon"></div> <div id="colors-theme-icon"></div>
<div> <div id="colors-theme-info">
<div id="colors-theme-name"></div> <div id="colors-theme-name"></div>
$i18n{installedThemeDesc} $i18n{installedThemeDesc}
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment