@VladWebDev @guettli I think this was answered in https://t.co/Jrtnr2CHsZ.
RT @VladWebDev: Today, I had to deal with a website bug that only happened in Facebook’s WebView (the in-app browser).
Apparently, you can…
@simevidas The simplest fix is `table { display: block}`, which makes the table respect the available width and causes it to scroll. I think that’s the best scalable fix we have in this case. I’d probable add overflow shadows as in https://t.co/Gz0DEBARaD
RT @bramus: 🔥 A new Media Features that’s being specced in the Media Queries Level 5 Spec is one to detect Scripting Support
> The scripti…
@samthor Thanks for sharing some more of the thoughts that made you make the switch. Hope we can chat again in a couple of months to hear how things work out. I know you will do great! 🌱
@simevidas Without manually breaking up the words (nicer, but doesn’t scale), an approach like https://t.co/28OoOKmlIC can work:
“`css
code {
word-break: break-word;
overflow-wrap: break-word;
}
“`
RT @ericlaw: I wrote about setting command-line arguments for @MicrosoftEdge and why it often doesn’t seem to work.
https://t.co/GM0BBM3EWK
@aerotwist @Spotify @SpotifyEng Thanks for sharing so much of your knowledge while at Google! I learned a ton from you! All the best for the new endeavor! You’ll do great things at Spotify, they can be happy to have you on their team.
RT @ChromeDevTools: 🔥 What’s New in DevTools (Chrome 97) 🔥
First updates of the year bring you:
🎥 (Must try) Record, replay and audit user…