Skip to content

Commit

Permalink
Left align label
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed May 16, 2024
1 parent 0e723ec commit 3720a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ div.dt-container .dt-input {
max-width: 80%;
min-height: 200px;
max-height: 80%;
text-align: left;
}
.aaa-option-optimizer-popover pre {
padding: 10px;
Expand All @@ -58,7 +59,6 @@ div.dt-container .dt-input {
border: 1px solid #ccc;
background-color: #eee;
overflow: scroll;
text-align: left;
white-space: pre-wrap;
word-wrap: anywhere;
}
Expand Down

0 comments on commit 3720a61

Please sign in to comment.