dristi-ui-css 0.0.5-dristi-kerala.2 → 0.0.5-dristi-kerala.5
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.5-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.5-dristi-kerala.5
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -10571,6 +10571,10 @@ body {
|
|
|
10571
10571
|
color: #77787b;
|
|
10572
10572
|
padding: 12px; }
|
|
10573
10573
|
|
|
10574
|
+
.custom-editor {
|
|
10575
|
+
max-width: 100%;
|
|
10576
|
+
word-break: break-word; }
|
|
10577
|
+
|
|
10574
10578
|
.custom-editor-wrapper {
|
|
10575
10579
|
border: 1px solid #ccc;
|
|
10576
10580
|
border-radius: 4px; }
|
|
@@ -10580,11 +10584,13 @@ body {
|
|
|
10580
10584
|
margin: 0;
|
|
10581
10585
|
padding: 8px; }
|
|
10582
10586
|
.custom-editor-wrapper .rdw-editor-main {
|
|
10587
|
+
width: 100%;
|
|
10588
|
+
max-width: 100%;
|
|
10589
|
+
-webkit-box-sizing: border-box;
|
|
10583
10590
|
height: 300px !important;
|
|
10584
10591
|
overflow: hidden !important;
|
|
10585
10592
|
border: none;
|
|
10586
10593
|
padding: 12px;
|
|
10587
|
-
-webkit-box-sizing: border-box;
|
|
10588
10594
|
box-sizing: border-box;
|
|
10589
10595
|
counter-reset: clean-counter; }
|
|
10590
10596
|
.custom-editor-wrapper .rdw-editor-main ol {
|
|
@@ -10605,23 +10611,27 @@ body {
|
|
|
10605
10611
|
height: 100% !important;
|
|
10606
10612
|
overflow-y: auto !important;
|
|
10607
10613
|
scrollbar-width: thin;
|
|
10608
|
-
scrollbar-color:
|
|
10614
|
+
scrollbar-color: #ccc transparent;
|
|
10609
10615
|
scroll-behavior: smooth; }
|
|
10610
10616
|
.custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar {
|
|
10611
10617
|
width: 6px; }
|
|
10612
10618
|
.custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-track {
|
|
10613
10619
|
background: transparent; }
|
|
10614
10620
|
.custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb {
|
|
10615
|
-
background:
|
|
10621
|
+
background: rgba(204, 204, 204, 0.8);
|
|
10616
10622
|
border-radius: 3px; }
|
|
10617
|
-
.custom-editor-wrapper .DraftEditor-root:hover::-webkit-scrollbar-thumb {
|
|
10618
|
-
background: rgba(204, 204, 204, 0.8); }
|
|
10619
10623
|
.custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb:hover {
|
|
10620
10624
|
background: #999; }
|
|
10625
|
+
.custom-editor-wrapper .public-DraftStyleDefault-block {
|
|
10626
|
+
margin: 0 !important;
|
|
10627
|
+
max-width: 100%;
|
|
10628
|
+
white-space: normal; }
|
|
10621
10629
|
.custom-editor-wrapper .DraftEditor-editorContainer {
|
|
10622
10630
|
height: 100% !important; }
|
|
10623
10631
|
.custom-editor-wrapper .public-DraftEditor-content {
|
|
10624
|
-
min-height: 100% !important;
|
|
10632
|
+
min-height: 100% !important;
|
|
10633
|
+
max-width: 100%;
|
|
10634
|
+
word-wrap: break-word; }
|
|
10625
10635
|
|
|
10626
10636
|
.value ol {
|
|
10627
10637
|
list-style-type: decimal; }
|