Skip to content

Commit

Permalink
Fix CSS (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreequip authored Jul 9, 2024
1 parent 6199e2f commit c010b30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion data/xsl/xrechnung-viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -644,11 +644,12 @@ button
{
display: block;
float: left;
width: calc(100vw - 170px);
width: 100%;
padding: 11px 10px !important;
line-height: 1.3;
min-height: 38px;
height: auto;
max-width: calc(100vw - 100px);
overflow-x: auto;
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
currentVersion=0.1.2
currentVersion=0.1.3
mainClassName=io.github.easybill.xrviz.App
6 changes: 3 additions & 3 deletions version-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c010b30

Please sign in to comment.