Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
eaad792f
Unverified
Commit
eaad792f
authored
Feb 01, 2021
by
yann300
Committed by
GitHub
Feb 01, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #821 from ethereum/cap
Upper case for first letter of description in PM
parents
4e4b0de3
b0fb6f9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
plugin-manager-component.js
.../remix-ide/src/app/components/plugin-manager-component.js
+9
-3
No files found.
apps/remix-ide/src/app/components/plugin-manager-component.js
View file @
eaad792f
...
...
@@ -40,6 +40,12 @@ const css = csjs`
font-size: 13px;
line-height: 18px;
}
.descriptiontext {
display: block;
}
.descriptiontext:first-letter {
text-transform: uppercase;
}
.row {
display: flex;
flex-direction: row;
...
...
@@ -135,9 +141,9 @@ class PluginManagerComponent extends ViewPlugin {
${
activationButton
}
</h6>
</div>
<div class="
${
css
.
description
}
text-body plugin-text mb-2">
<img src="
${
profile
.
icon
}
" class="mr-1 m
b
-1
${
css
.
pluginIcon
}
" />
<span>
${
profile
.
description
}
</span>
<div class="
${
css
.
description
}
d-flex
text-body plugin-text mb-2">
<img src="
${
profile
.
icon
}
" class="mr-1 m
t
-1
${
css
.
pluginIcon
}
" />
<span
class="
${
css
.
descriptiontext
}
"
>
${
profile
.
description
}
</span>
</div>
</article>
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment