@clevertask/scribe 0.0.2 → 0.0.4

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/main.css CHANGED
@@ -105,7 +105,7 @@
105
105
  --tw-contain-paint: ;
106
106
  --tw-contain-style: ;
107
107
  }/*
108
- ! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
108
+ ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
109
109
  *//*
110
110
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
111
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -1132,3 +1132,12 @@ video {
1132
1132
  height: auto;
1133
1133
  width: 100%;
1134
1134
  }
1135
+
1136
+ .scribe-task-list li {
1137
+ display: flex;
1138
+ }
1139
+
1140
+ .scribe-task-list li p {
1141
+ margin: 0;
1142
+ margin-left: .5rem;
1143
+ }