Chromium Code Reviews| Index: ui/file_manager/gallery/gallery.html |
| diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html |
| index c7aba9f2f19bbadab322eaf819cd48f963f7287c..cabaf2029e5ae6ba7f75acafb6411541f7ce16e4 100644 |
| --- a/ui/file_manager/gallery/gallery.html |
| +++ b/ui/file_manager/gallery/gallery.html |
| @@ -54,6 +54,9 @@ |
| --paper-progress-container-color: rgba(0, 0, 0, 0.3); |
| --paper-progress-active-color: #1AC222; |
| } |
| + input { |
|
fukino
2016/06/02 07:21:05
* You should write styles in css files.
* It shoul
|
| + text-overflow: ellipsis; |
| + } |
| </style> |
| </head> |
| <body> |