Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Merge requests
!1924
Fix develop issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix develop issues
fix-develop-issues
into
develop
Overview
0
Commits
5
Pipelines
3
Changes
2
Merged
HJ
requested to merge
fix-develop-issues
into
develop
8 months ago
Overview
0
Commits
5
Pipelines
3
Changes
2
Expand
fixes
language switcher nonfunctional
default font size being 16px instead of intended 14px
0
0
Merge request reports
Viewing commit
0ca9a2c8
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
0ca9a2c8
Fix font size and language switcher?
· 0ca9a2c8
HJ
authored
8 months ago
src/components/interface_language_switcher/interface_language_switcher.vue
+
1
−
0
Options
@@ -78,6 +78,7 @@ export default {
}
,
set
:
function
(
val
)
{
this
.
setLanguage
(
val
)
this
.
$emit
(
'
update:modelValue
'
,
val
)
}
}
}
,
Loading