Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
79139db6
Commit
79139db6
authored
Sep 9, 2021
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
Harmonise la taile du titre avec le reste des titres
parent
66b2b393
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!37
Améliore l'UI d'édition du cas type
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/index.svelte
+2
-2
2 additions, 2 deletions
src/routes/index.svelte
with
2 additions
and
2 deletions
src/routes/index.svelte
+
2
−
2
View file @
79139db6
...
...
@@ -625,7 +625,7 @@
</div>
{
#if
editionMode
.
mode
===
"
test_case
"
}
<h1
class=
"font-bold mb-5 mt-2 mx-5 text-3xl text-gray-600"
>
<h1
class=
"font-bold mb-5 mt-2 mx-5 text-3xl
xl:text-4xl
text-gray-600"
>
Configurer le cas type
</h1>
...
...
@@ -683,7 +683,7 @@
</div>
</div>
{
:else
if
editionMode
.
mode
===
"
test_case_with_variable_inputs
"
}
<h1
class=
"font-bold mb-5 mt-2 mx-5 text-3xl text-gray-600"
>
<h1
class=
"font-bold mb-5 mt-2 mx-5 text-3xl
xl:text-4xl
text-gray-600"
>
Configurer le cas type
</h1>
...
...
...
...
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