Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verona-modules-aspect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
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
IQB
verona-modules-aspect
Commits
8da0e95c
Commit
8da0e95c
authored
1 year ago
by
rhenck
Browse files
Options
Downloads
Patches
Plain Diff
[editor] Improve styling of TextImage-Panel dialog
Restrict maximun size of image. #638
parent
6afa9aba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/common/components/text-image-panel.component.ts
+3
-1
3 additions, 1 deletion
projects/common/components/text-image-panel.component.ts
with
3 additions
and
1 deletion
projects/common/components/text-image-panel.component.ts
+
3
−
1
View file @
8da0e95c
...
...
@@ -35,7 +35,9 @@ import { DragNDropValueObject, TextImageLabel } from 'common/models/elements/lab
.image-wrapper {
display: flex;
justify-content: inherit;
max-height: 100%;
max-height: 350px;
max-width: 600px;
padding: 0 20px;
}
.column {flex-direction: column;}
.column-reverse {flex-direction: column-reverse;}
...
...
This diff is collapsed.
Click to expand it.
Richard Henck
@henckric
mentioned in commit
0d23a503
·
11 months ago
mentioned in commit
0d23a503
mentioned in commit 0d23a5035a4e659b686b6d1378879ee5cbf6b06f
Toggle commit list
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