mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix long tooltip causing horizontal scroll bars.
Use a shorter tooltip, and just cut off anything that extends beyond the content area.
This commit is contained in:
@@ -97,6 +97,7 @@ loot-editor-close
|
||||
}
|
||||
#main {
|
||||
padding: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
<core-toolbar class="medium-tall">
|
||||
@@ -134,7 +135,7 @@ loot-editor-close
|
||||
<core-selector selected="main" valueattr="id">
|
||||
<div id="main">
|
||||
<paper-checkbox id="enableEdits" label="Enable Edits"></paper-checkbox>
|
||||
<core-tooltip label="Global priorities are compared against all other plugins. Normal priorities are compared against only conflicting plugins." position="right" noarrow>
|
||||
<core-tooltip label="Compare against all other plugins, not just conflicting plugins." position="right" noarrow>
|
||||
<paper-checkbox id="globalPriority" label="Global Priority"></paper-checkbox>
|
||||
</core-tooltip>
|
||||
<div horizontal layout center>
|
||||
|
||||
Reference in New Issue
Block a user