@rangertechnologies/ngnxt 2.1.306 → 2.1.307

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.306",
3
+ "version": "2.1.307",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14"
package/src/lib/style.css CHANGED
@@ -1044,12 +1044,13 @@ select{
1044
1044
  }
1045
1045
 
1046
1046
  .align-submit-row {
1047
- display: flex;
1048
- position: sticky; /* Stick INSIDE div */
1049
- bottom: 10px;
1050
- float: right; /* Align right inside container */
1051
- margin-top: 20px;
1052
- z-index: 10000;
1047
+ display: flex !important;
1048
+ position: sticky !important; /* Stick INSIDE div */
1049
+ bottom: 10px !important;
1050
+ float: right !important; /* Align right inside container */
1051
+ margin-top: 10px !important;
1052
+ margin-bottom: 10px !important;
1053
+ z-index: 10000 !important;
1053
1054
  }
1054
1055
  google-map .map-container {
1055
1056
  width: auto !important;