Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frag.jetzt SWTP 2022
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Marc Tröll
frag.jetzt SWTP 2022
Commits
3fb9bc94
Commit
3fb9bc94
authored
7 years ago
by
Thomas Lenz
Browse files
Options
Downloads
Patches
Plain Diff
Change width of input-fields and text-area of modification-dialog
parent
1d00b062
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/room-modification/room-modification.component.html
+3
-3
3 additions, 3 deletions
src/app/room-modification/room-modification.component.html
with
3 additions
and
3 deletions
src/app/room-modification/room-modification.component.html
+
3
−
3
View file @
3fb9bc94
<div
*ngIf=
"editRoom"
>
<mat-form-field>
<mat-form-field
class=
"input-block"
>
<input
[(ngModel)]=
"editRoom.name"
#roomName
matInput
/>
</mat-form-field>
<mat-form-field>
<mat-form-field
class=
"input-block"
>
<input
[(ngModel)]=
"editRoom.shortId"
#roomShortID
matInput
/>
</mat-form-field>
<mat-form-field>
<mat-form-field
class=
"input-block"
>
<textarea
[(ngModel)]=
"editRoom.description"
#roomDescription
matInput
matTextareaAutosize
matAutosizeMinRows=
"2"
matAutosizeMaxRows=
"5"
></textarea>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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