mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
use small tag for scope list
This commit is contained in:
parent
9843ed131c
commit
3f9d631c22
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ pub fn new_for_profile_identity_gemini_id(
|
|||
tooltip.push_str("\n\n<b>Scope</b>\n");
|
||||
|
||||
for path in scope {
|
||||
tooltip.push_str(&format!("\n{}", path));
|
||||
tooltip.push_str(&format!("\n<small>{}</small>", path));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue