Skip to content

Commit

Permalink
[mirotalkwebrtc] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 29, 2024
1 parent dff494c commit d5992f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,14 +465,12 @@ iframe {
background-color: var(--panel-color);
color: var(--text-color);
overflow: hidden;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#myTable th,
#myTable td {
padding: 12px 16px;
border: 1px solid var(--border-color);
border: 0.1px solid var(--border-color);
text-align: left;
font-size: 1.4rem;
word-wrap: break-word;
Expand Down Expand Up @@ -532,7 +530,7 @@ iframe {
padding: 10px 12px;
color: var(--text-color);
position: relative;
border-top: 1px solid var(--border-color);
border-top: 0.1px solid var(--border-color);
}
}

Expand Down

0 comments on commit d5992f8

Please sign in to comment.