Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
b647e995
Commit
b647e995
authored
May 26, 2021
by
Dorine Lambinet
Committed by
Emmanuel Raviart
May 26, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Réduit padding-top du Scholar waterfall
parent
2c8db27b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/scholar_waterfalls/ScholarWaterfall.svelte
+3
-3
3 additions, 3 deletions
...lib/components/scholar_waterfalls/ScholarWaterfall.svelte
with
3 additions
and
3 deletions
src/lib/components/scholar_waterfalls/ScholarWaterfall.svelte
+
3
−
3
View file @
b647e995
...
...
@@ -239,7 +239,7 @@
<div
class=
"bg-opacity-40 flex-wrap w-3/5 shadow-lg"
>
<div
class=
"flex "
>
<!-- Navigation dispositifs-->
<div
class=
"w-3/5 px-2 pt-
5
pb-2 "
>
<div
class=
"w-3/5 px-2 pt-
2
pb-2 "
>
{
#each
nodes
as
node
,
index
}
<div
class=
" flex h-7 my-1 whitespace-nowrap hover:whitespace-normal"
...
...
@@ -273,7 +273,7 @@
{
/each
}
</div>
<!-- ticket de caisse-->
<div
class=
"w-2/5 flex pt-
5
mr-2"
>
<div
class=
"w-2/5 flex pt-
2
mr-2"
>
<div
class=
"flex-col"
>
{
#each
nodes
as
node
,
index
}
<div
...
...
@@ -349,7 +349,7 @@
<!-- Waterfall-->
<div
class=
"flex flex-1 flex-col min-w-min pt-
5
mr-2 "
class=
"flex flex-1 flex-col min-w-min pt-
2
mr-2 "
bind:offsetWidth=
{
waterfallWidth
}
>
{
#each
nodes
as
node
,
index
}
...
...
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