Skip to content
Snippets Groups Projects
Commit 7e5539f7 authored by Martin Mareš's avatar Martin Mareš
Browse files

CSS: Oprava paddingu pro INPUTy v tabulkách

parent 24bd7db1
No related branches found
No related tags found
No related merge requests found
...@@ -504,7 +504,7 @@ table.data input.form-control { ...@@ -504,7 +504,7 @@ table.data input.form-control {
display: inline; display: inline;
width: auto; width: auto;
height: auto; height: auto;
padding: 0; padding: 0 0.3em;
} }
/* Loading circle animation (source: https://codepen.io/jake-lee/pen/jrJYON) */ /* Loading circle animation (source: https://codepen.io/jake-lee/pen/jrJYON) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment