Thanks David,

The problematic line appears to come from the ioslides CSS, which I found on 
their GitHub page. I’ll raise the issue with them. 

Thanks again,
Boyan

Sent from my iPhone

> On Oct 27, 2019, at 5:59 PM, David Farmer <[email protected]> wrote:
> 
> 
> I don't know anything about ioslides, but on lines 524-538
> of the HTML I see this CSS:
> 
> pre {
> font-family: 'Source Code Pro', 'Courier New', monospace;
> font-size: 20px;
> line-height: 28px;
> padding: 10px 0 10px 60px;
> letter-spacing: -1px;
> margin-bottom: 20px;
> width: 106%;
> left: -60px;
> position: relative;
> -webkit-box-sizing: border-box;
> -moz-box-sizing: border-box;
> box-sizing: border-box;
> 
> }
> 
> The line
>  left: -60px;
> seems to be the culprit.  Delete that line and it seems to be okay.
> 
> Where in the pipeline that gets inserted, someone else will need to
> figure out.
> 
> Regards,
> 
> David
> 
> 
>> On Sun, 27 Oct 2019, Boyan Kostadinov wrote:
>> 
>> I tried typing in the code box and after a while the text becomes visible 
>> for me too, but like you said the cursor
>> is shifted. 
>> On Sunday, October 27, 2019 at 2:52:03 PM UTC-4, Andrey Novoseltsev wrote:
>>      It does not seem to be related to that font error message. Try typing 
>> something in the code box - after
>>      a while text becomes visible, but it is shifted from the cursor. So 
>> something is wrong with CodeMirror
>>      rendering. Any CSS experts out there who can debug it further?
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "sage-cell" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to
>> [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-cell/f1bc579c-da4a-4785-b6c3-bc78e7f0207b%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-cell/C53E21B5-841C-4991-981B-352887F7CA6B%40gmail.com.

Reply via email to