dristi-ui-css 0.0.7-dristi-kerala.9 → 0.0.8-dristi-kerala.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.7-dristi-kerala.9
3
+ * dristi-ui-css - 0.0.8-dristi-kerala.1
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -17883,6 +17883,12 @@ body {
17883
17883
  max-width: none;
17884
17884
  height: calc(100vh - 154px); }
17885
17885
 
17886
+ .submission-create .action-bar-wrap .submit-bar, .submission-create .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form .submission-create div.action-bar-wrap .submit-bar {
17887
+ width: -webkit-fit-content;
17888
+ width: -moz-fit-content;
17889
+ width: fit-content;
17890
+ padding: 0 12px; }
17891
+
17886
17892
  .add-party form .employeeCard .card-label-error {
17887
17893
  color: #bb2c2f !important;
17888
17894
  margin-left: 0 !important; }