Skip to content

Commit

Permalink
Merge pull request #72 from filak/dev-1.6.9
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
filak authored Jan 23, 2025
2 parents 4a48924 + 95a195e commit 40394e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions flask-app/application/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ body {
}

pre {
white-space: pre-wrap; /* Since CSS 2.1 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word;
}

.mtw-nopad {
Expand Down
4 changes: 1 addition & 3 deletions flask-app/tools/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
## MTW Tools folder

#
# MTW Tools folder
4 changes: 2 additions & 2 deletions sparql/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## This is just a SPARQL playground
# This is just a SPARQL playground

There is no guarantee that the queries here match the query templates used in production:
There is no guarantee that the queries located here match the query templates used in production:

https://github.com/filak/MTW-MeSH/tree/master/flask-app/application/templates/sparql

0 comments on commit 40394e6

Please sign in to comment.