mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-29 16:08:22 +01:00
Make tags not wrap in Chrome/Blink/Android
Summary: Object tags in Chrome/Blink on Android wrap randomly and horribly as if it's their job in life. Let's put an end to that, probably. Fixes T5103 Test Plan: Chrome 34 / Android. Tested Chrome Regular Flavor desktop and mobile. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T5103 Differential Revision: https://secure.phabricator.com/D9191
This commit is contained in:
parent
54071cdd23
commit
25f9facba6
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
return array(
|
||||
'names' =>
|
||||
array(
|
||||
'core.pkg.css' => 'e62084f9',
|
||||
'core.pkg.css' => '769b26dc',
|
||||
'core.pkg.js' => 'ab0d6d3d',
|
||||
'darkconsole.pkg.js' => 'ca8671ce',
|
||||
'differential.pkg.css' => '382ca868',
|
||||
|
@ -143,7 +143,7 @@ return array(
|
|||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||
'rsrc/css/phui/phui-status.css' => '2f562399',
|
||||
'rsrc/css/phui/phui-tag-view.css' => '5d09d99e',
|
||||
'rsrc/css/phui/phui-tag-view.css' => '74051f4e',
|
||||
'rsrc/css/phui/phui-text.css' => '23e9b4b7',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => '15ff2a9f',
|
||||
'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00',
|
||||
|
@ -775,7 +775,7 @@ return array(
|
|||
'phui-remarkup-preview-css' => '19ad512b',
|
||||
'phui-spacing-css' => '042804d6',
|
||||
'phui-status-list-view-css' => '2f562399',
|
||||
'phui-tag-view-css' => '5d09d99e',
|
||||
'phui-tag-view-css' => '74051f4e',
|
||||
'phui-text-css' => '23e9b4b7',
|
||||
'phui-timeline-view-css' => '15ff2a9f',
|
||||
'phui-workboard-view-css' => '2bf82d00',
|
||||
|
|
|
@ -27,6 +27,7 @@ a.phui-tag-view:hover {
|
|||
border: 1px solid transparent;
|
||||
border-radius: 3px;
|
||||
padding: 0 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.phui-tag-type-state .phui-tag-core {
|
||||
|
|
Loading…
Add table
Reference in a new issue