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
No related merge requests found
......@@ -8,7 +8,7 @@
margin: 5%;
white-space: pre-line;
hyphens: auto;
word-wrap: break-word;
overflow-wrap: anywhere !important;
}
#comment p {
......
......@@ -69,7 +69,7 @@ mat-card-content > :first-child {
color: var(--on-surface);
white-space: pre-line;
hyphens: auto;
word-wrap: break-word;
overflow-wrap: anywhere !important;
}
.click {
......
......@@ -4,7 +4,6 @@
<mat-form-field (keyup.enter)="onEnter()">
<input
id="session_id-input"
autocomplete="cc-number"
matInput
#roomId
(focus)="eventService.makeFocusOnInputTrue()"
......
......@@ -31,6 +31,10 @@ body{
border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
background-color: var(--dialog);
}
.dark {
@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