Skip to content
Snippets Groups Projects
Commit 6fc53770 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

overflow-wrap

parent a931bbfe
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
margin: 5%; margin: 5%;
white-space: pre-line; white-space: pre-line;
hyphens: auto; hyphens: auto;
word-wrap: break-word; overflow-wrap: anywhere !important;
} }
#comment p { #comment p {
......
...@@ -69,7 +69,7 @@ mat-card-content > :first-child { ...@@ -69,7 +69,7 @@ mat-card-content > :first-child {
color: var(--on-surface); color: var(--on-surface);
white-space: pre-line; white-space: pre-line;
hyphens: auto; hyphens: auto;
word-wrap: break-word; overflow-wrap: anywhere !important;
} }
.click { .click {
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
<mat-form-field (keyup.enter)="onEnter()"> <mat-form-field (keyup.enter)="onEnter()">
<input <input
id="session_id-input" id="session_id-input"
autocomplete="cc-number"
matInput matInput
#roomId #roomId
(focus)="eventService.makeFocusOnInputTrue()" (focus)="eventService.makeFocusOnInputTrue()"
......
...@@ -31,6 +31,10 @@ body{ ...@@ -31,6 +31,10 @@ body{
border-radius: 10px; border-radius: 10px;
} }
::-webkit-scrollbar-track-piece {
background-color: var(--dialog);
}
.dark { .dark {
@include angular-material-theme($dark-theme); @include angular-material-theme($dark-theme);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment