mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Update webui styling to break on resulting output
updated the stylesheet for words to break on all result- classes Updated verbiage to overflow-wrap instead of word-wrap
This commit is contained in:
parent
a01b56def2
commit
7a02ecdcff
1 changed files with 1 additions and 1 deletions
|
|
@ -224,6 +224,7 @@ em{
|
|||
padding: 15px;
|
||||
margin-bottom: 15px;
|
||||
word-break: break-all;
|
||||
overflow-wrap: break-word;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
|
|
@ -231,7 +232,6 @@ em{
|
|||
.result-output{
|
||||
background-color: #edf9f7;
|
||||
border-left: solid 4px #1db598;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.result-error{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue