Skip to content
Snippets Groups Projects
Commit 430a0773 authored by François Grand's avatar François Grand
Browse files

fix: fish ladder table: right align inputs, prevent long (many digits) number...

fix: fish ladder table: right align inputs, prevent long (many digits) number to overlap neighbouring table cell

refs #583
parent c40ab4f3
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!191Resolve "PAB: Aligner à droite les cellules numériques dans le tableau des bassins et cloisons"
Pipeline #140041 passed
......@@ -272,6 +272,8 @@ field-set {
> input[type="number"] {
-moz-appearance: textfield;
text-align: right;
width: 88%;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment