Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
formula student elo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
GET racing FOSS
formula student elo
Commits
cf7d80ba
"AKSubmission/git@gitlab.fachschaften.org:kif/akplanning.git" did not exist on "e70f606207d5cb4c9b21942a117011327b1222f8"
Commit
cf7d80ba
authored
1 week ago
by
maeries
Browse files
Options
Downloads
Patches
Plain Diff
fixed overflow in table
parent
3c7dd263
No related branches found
No related tags found
No related merge requests found
Pipeline
#278542
passed
1 week ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
team_page.py
+1
-1
1 addition, 1 deletion
team_page.py
world_ranking_list.py
+1
-1
1 addition, 1 deletion
world_ranking_list.py
with
2 additions
and
2 deletions
team_page.py
+
1
−
1
View file @
cf7d80ba
...
@@ -171,7 +171,7 @@ def get_team_page_html(self, team_name, team_data, team_competitions):
...
@@ -171,7 +171,7 @@ def get_team_page_html(self, team_name, team_data, team_competitions):
</div>
</div>
<h2>Competition History</h2>
<h2>Competition History</h2>
<div style=
"
overflow: scroll;
"
>
<div style=
"
overflow
-x
: scroll;
"
>
<table>
<table>
<tr>
<tr>
<th>Comp</th>
<th>Comp</th>
...
...
This diff is collapsed.
Click to expand it.
world_ranking_list.py
+
1
−
1
View file @
cf7d80ba
...
@@ -271,7 +271,7 @@ def get_world_ranking_html(self, sorted_teams):
...
@@ -271,7 +271,7 @@ def get_world_ranking_html(self, sorted_teams):
</div>
</div>
<h2>Current Rankings</h2>
<h2>Current Rankings</h2>
<div style=
"
overflow: scroll;
"
>
<div style=
"
overflow
-x
: scroll;
"
>
<table>
<table>
<tr>
<tr>
<th></th>
<th></th>
...
...
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