Skip to content

Commit

Permalink
update readonly page style fixes and format adaptations (#2418)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Smid (vr0u9s1) <[email protected]>
  • Loading branch information
DaSmid and Daniel Smid (vr0u9s1) authored Jan 8, 2025
1 parent 51315d1 commit d15ae9b
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 158 deletions.
1 change: 1 addition & 0 deletions src/clr-addons/readonly/readonly.directive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.clr-readonly-parent {
border-bottom: none !important;
margin: 0 !important;
white-space: normal;
}

.clr-readonly-parent > *:not(.clr-readonly) {
Expand Down
5 changes: 3 additions & 2 deletions src/dev/src/app/readonly/readonly.demo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2024 Porsche Informatik. All Rights Reserved.
* Copyright (c) 2018-2025 Porsche Informatik. All Rights Reserved.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
*/
Expand All @@ -17,7 +17,8 @@ export class ReadonlyDemo {

inputValue = 'Test Value 1';
selectValue = 'one';
textareaText = 'Test Text for Textarea';
textareaText =
'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam volu';
comboBoxValue = 'Option 1';
numericValue = 1234456456;

Expand Down
Loading

0 comments on commit d15ae9b

Please sign in to comment.