Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compendium-v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
geant-swd
compendium-v2
Commits
3d3d9a19
Commit
3d3d9a19
authored
2 years ago
by
Saket Agrahari
Browse files
Options
Downloads
Patches
Plain Diff
COMP-119 review :css specific table alignment
parent
33a42e88
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!10
Charging structure changes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
webapp/src/pages/ChargingStructure.tsx
+1
-1
1 addition, 1 deletion
webapp/src/pages/ChargingStructure.tsx
webapp/src/scss/layout/_components.scss
+1
-1
1 addition, 1 deletion
webapp/src/scss/layout/_components.scss
with
2 additions
and
2 deletions
webapp/src/pages/ChargingStructure.tsx
+
1
−
1
View file @
3d3d9a19
...
...
@@ -81,7 +81,7 @@ function ChargingStructurePage({ filterSelection, setFilterSelection }: inputPro
</
Row
>
<
Row
>
<
Col
xs
=
{
9
}
>
<
Table
striped
bordered
responsive
>
<
Table
className
=
"charging-struct-table"
striped
bordered
responsive
>
<
colgroup
>
<
col
span
=
{
1
}
style
=
{
{
width
:
"
10%
"
}
}
/>
<
col
span
=
{
1
}
style
=
{
{
width
:
"
18%
"
}
}
/>
...
...
This diff is collapsed.
Click to expand it.
webapp/src/scss/layout/_components.scss
+
1
−
1
View file @
3d3d9a19
...
...
@@ -141,7 +141,7 @@
--bs-btn-disabled-border-color
:
#0d6efd
}
.table
td
{
.
charging-struct-
table
td
{
text-align
:
center
;
}
...
...
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