Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nghyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cassiopée
nghyd
Commits
c69ebd88
Commit
c69ebd88
authored
2 years ago
by
François Grand
Browse files
Options
Downloads
Patches
Plain Diff
fix: fish ladder table: data column not aligned with header
refs
#500
parent
3e01e556
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!155
Resolve "Update to the last version of Angular"
Pipeline
#139749
passed
2 years ago
Stage: install
Stage: build
Stage: clean-stale-branches
Stage: deploy-dev
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/pab-table/pab-table.component.html
+1
-1
1 addition, 1 deletion
src/app/components/pab-table/pab-table.component.html
src/styles.scss
+1
-1
1 addition, 1 deletion
src/styles.scss
with
2 additions
and
2 deletions
src/app/components/pab-table/pab-table.component.html
+
1
−
1
View file @
c69ebd88
...
...
@@ -54,7 +54,7 @@
<p-table
id=
"geometry"
[columns]=
"cols"
[value]=
"rows"
class=
"pab-data-table"
[resizableColumns]=
"false"
[autoLayout]=
"
fals
e"
scrollable=
"false"
>
[autoLayout]=
"
tru
e"
[
scrollable
]
=
"false"
>
<ng-template
pTemplate=
"header"
let-columns
>
<tr>
...
...
This diff is collapsed.
Click to expand it.
src/styles.scss
+
1
−
1
View file @
c69ebd88
...
...
@@ -203,7 +203,7 @@ field-set {
@extend
.bg-error
;
}
.p-datatable.p-component.p-datatable-
scrollable.p-datatable-scrollable-vertical
.p-datatable-responsive-stack
{
.p-datatable.p-component.p-datatable-
auto-layout
.p-datatable-responsive-stack
{
table
.p-datatable-table
{
thead
.p-datatable-thead
{
>
tr
{
...
...
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