app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.480 vs app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.481

- old
+ new

@@ -241,9 +241,17 @@ box-sizing: border-box; background: white; } +.datetime { + // background: #999; + min-width: 150px; + + display: flex; + justify-content: space-between; +} + .descr, .description { border: 1px solid red; padding: 1em; }