Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
condenser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
condenser
Commits
089c41b5
Commit
089c41b5
authored
8 years ago
by
James Calfee
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request
#174
from aaroncox/witness-row-fix
Fixing desktop rows on witness page
parents
a208d964
ac31c3cb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/components/pages/Witnesses.jsx
+14
-14
14 additions, 14 deletions
app/components/pages/Witnesses.jsx
with
14 additions
and
14 deletions
app/components/pages/Witnesses.jsx
+
14
−
14
View file @
089c41b5
...
...
@@ -106,21 +106,21 @@ class Witnesses extends React.Component {
</
p
>
</
div
>
</
div
>
<
table
>
<
thead
>
<
tr
>
<
th
></
th
>
<
th
>
Witness
</
th
>
<
th
>
Information
</
th
>
</
tr
>
</
thead
>
<
tbody
>
{
witnesses
.
toArray
()
}
</
tbody
>
</
table
>
<
hr
/>
<
div
className
=
"row"
>
<
div
className
=
"row small-collapse"
>
<
div
className
=
"column small-12"
>
<
table
>
<
thead
>
<
tr
>
<
th
></
th
>
<
th
>
Witness
</
th
>
<
th
>
Information
</
th
>
</
tr
>
</
thead
>
<
tbody
>
{
witnesses
.
toArray
()
}
</
tbody
>
</
table
>
<
hr
/>
<
p
>
If you would like to vote for a witness outside of the top 50, enter the account name below to cast a vote.
</
p
>
<
form
>
<
input
type
=
"text"
style
=
{
{
float
:
"
left
"
,
width
:
"
75%
"
}
}
value
=
{
customUsername
}
onChange
=
{
onWitnessChange
}
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment