Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-03-13 21:32:23 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-03-13 21:32:23 +0300
commit233f3c560e5936d3267711daa5c92c92afed3574 (patch)
tree36dd366cf89285a0c4498fdf775450bb789cb6c3 /src/css/logic.css
parent9e6e1aec116c017358ab17cf0b9be15ee67c3f86 (diff)
Render table and bind events
Diffstat (limited to 'src/css/logic.css')
-rw-r--r--src/css/logic.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/css/logic.css b/src/css/logic.css
index e530aea1..d6a9eec9 100644
--- a/src/css/logic.css
+++ b/src/css/logic.css
@@ -19,4 +19,9 @@
border-radius: 2px;
z-index: 2001;
padding: 2em;
+}
+
+input.logic_element__operand--value {
+ float: none;
+ width: 9em;
} \ No newline at end of file