diff --git a/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html b/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html
index d3f79c3..4f7ceca 100644
--- a/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html
+++ b/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html
@@ -2,7 +2,7 @@
- Example text.
+ >Example text.
@@ -24,10 +24,14 @@
font-family: "Open Sans", sans-serif;
color:rgb(211, 211, 211);
font-size: 14px;
- border-left: solid 1px #5b5b5b; /* #393d44; */
- border-radius: 6px;
caret-color: #5865f2;
width: 85%;
+
+ /*
+ border-left: solid 1px #5b5b5b; /* #393d44; */
+ border-radius: 6px;
+
+ */
/*margin-left: 30px;*/
@@ -42,9 +46,28 @@
border-right-style: dotted;
}
+ linebreakpoints {
+ display: flex;
+ width: 50px;
+ background: gray;
+ margin-right: 5px;
+ }
+
+ segment{
+ background: #26282b;
+ display: block;
+ width: -webkit-fill-available;
+ }
+
+ segmenttwo{
+ background: #393c42;
+ display: block;
+ width: -webkit-fill-available;
+ }
+
textdecoration {
width: 490px;
- display: inline-block;
+ display: flex;
padding-left: 50px;
margin-top: 5px;
border: 1px solid #333333;