Compare commits

...

3 Commits

Author SHA1 Message Date
hhjuhl
7b1045aa5e Use 'text-wrap: balance' for text wrapping on overview and details
Co-authored-by: Mark McDowall <mark@mcdowall.ca>

(cherry picked from commit 160151c6e000c6620ba2e04ca6245317c5c9ba16)
2024-12-02 00:19:49 +00:00
Mark McDowall
5028ed4027 Webpack web target
(cherry picked from commit a90866a73e6cff9a286c23e60c74672f4c0d317a)
2024-11-27 12:25:08 +02:00
Bogdan
05f303436b Bump version to 0.4.5 2024-11-23 19:52:18 +02:00
3 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '0.4.4'
majorVersion: '0.4.5'
minorVersion: $[counter('minorVersion', 1)]
readarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(readarrVersion)'

View File

@@ -26,6 +26,7 @@ module.exports = (env) => {
const config = {
mode: isProduction ? 'production' : 'development',
devtool: isProduction ? 'source-map' : 'eval-source-map',
target: 'web',
stats: {
children: false

View File

@@ -54,6 +54,7 @@
}
.title {
text-wrap: balance;
font-weight: 300;
font-size: 50px;
line-height: 60px;
@@ -127,6 +128,7 @@
flex: 1 1 auto;
margin-top: 8px;
min-height: 0;
text-wrap: balance;
font-size: $intermediateFontSize;
}