Skip to content

Commit

Permalink
Added responsiveness to Page managment table
Browse files Browse the repository at this point in the history
  • Loading branch information
milospp committed Sep 25, 2023
1 parent 0b07788 commit 002ae1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webapp/src/main/webapp/themes/wilma/css/wilma.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ input[type="password"] {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: .8em;
max-width: 100%;
}
input.block {
margin-bottom: 20px;
Expand Down Expand Up @@ -1886,6 +1887,10 @@ p.address-line {
text-wrap: wrap;
}

#pageList {
overflow-x: auto;
}

/* -------------------------------------------------> */
/* REVISION INFO -----------------------------------> */
/* -------------------------------------------------> */
Expand Down

0 comments on commit 002ae1e

Please sign in to comment.